From a2a658caaad2da0a4cd6e57714a9375ddc701c33 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 3 Aug 2026 11:49:17 +0000 Subject: [PATCH] fix: nginx ExecStartPre non-fatal (-) so deploy nginx doesn't block --- python/deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/deploy.py b/python/deploy.py index d171212..11193b6 100644 --- a/python/deploy.py +++ b/python/deploy.py @@ -185,7 +185,7 @@ Type=simple WorkingDirectory={BASE}/%i/wallarm EnvironmentFile=-{BASE}/%i/wallarm/env.list ExecStartPre=/bin/ln -sf {BASE}/%i/wallarm /opt/wallarm -ExecStartPre={BASE}/%i/wallarm/nginx/sbin/nginx -c {BASE}/%i/wallarm/nginx/conf/nginx.conf +ExecStartPre=-{BASE}/%i/wallarm/nginx/sbin/nginx -c {BASE}/%i/wallarm/nginx/conf/nginx.conf ExecStartPre=/bin/sleep 1 ExecStart={BASE}/%i/wallarm/usr/bin/python3.10 {BASE}/%i/wallarm/usr/bin/supervisord -c {BASE}/%i/wallarm/etc/supervisord.conf ExecStop={BASE}/%i/wallarm/usr/bin/python3.10 {BASE}/%i/wallarm/usr/bin/supervisord -c {BASE}/%i/wallarm/etc/supervisord.conf shutdown