Start supervisord using /etc/supervisor/supervisord.conf so that a socket at /var/run is created (default supervisord config).

This commit is contained in:
v
2025-08-01 15:45:54 +02:00
parent ed9c23d9c7
commit 68cfe612ee
3 changed files with 4 additions and 7 deletions

View File

@@ -5,9 +5,6 @@ logfile=/dev/null
logfile_maxbytes=0
pidfile=/var/run/supervisord.pid
[rpcinterface:supervisor]
supervisor.rpcinterface_factory=supervisor.rpcinterface:make_main_rpcinterface
[program:php-fpm]
command=/usr/local/sbin/php-fpm -F
autostart=true