Revert "Update supervisord.conf"

This reverts commit ef50d17c97.
This commit is contained in:
Roman Kelesidis 2025-08-21 21:03:57 +03:00
commit 6d71ad3ffd
No known key found for this signature in database
GPG key ID: D8157C4D4C4C6DB4

View file

@ -3,28 +3,15 @@ nodaemon=true
user=root user=root
logfile=/var/log/supervisord.log logfile=/var/log/supervisord.log
pidfile=/var/run/supervisord.pid pidfile=/var/run/supervisord.pid
childlogdir=/var/log/supervisor
silent=true
[unix_http_server]
file=/var/run/supervisor.sock
chmod=0700
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[supervisorctl]
serverurl=unix:///var/run/supervisor.sock
[program:cron] [program:cron]
command=/usr/sbin/cron -f command=cron -f
autostart=true autostart=true
autorestart=true autorestart=true
stderr_logfile=/dev/stderr stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0 stderr_logfile_maxbytes=0
stdout_logfile=/dev/stdout stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0 stdout_logfile_maxbytes=0
user=root
[program:frankenphp] [program:frankenphp]
command=frankenphp run --config /etc/caddy/Caddyfile command=frankenphp run --config /etc/caddy/Caddyfile
@ -35,4 +22,3 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0 stderr_logfile_maxbytes=0
stdout_logfile=/dev/stdout stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0 stdout_logfile_maxbytes=0
user=www-data