supervisord

This commit is contained in:
Mateusz Gruszczyński
2025-11-01 20:23:11 +01:00
parent 52935f9d92
commit 2c3397fcc8
2 changed files with 3 additions and 3 deletions

View File

@@ -9,8 +9,8 @@ pidfile=/var/run/supervisord.pid
command=/usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg
autostart=true
autorestart=true
stderr_logfile=/var/log/supervisor/haproxy.err.log
stdout_logfile=/var/log/supervisor/haproxy.out.log
stderr_logfile=/var/log/haproxy/haproxy.err.log
stdout_logfile=/var/log/haproxy/haproxy.log
priority=100
stopasgroup=true
killasgroup=true