twitch-irl-docker/build/supervisord/fcgiwrap.conf

9 lines
263 B
Plaintext

[program:fcgiwrap]
command=/usr/sbin/fcgiwrap -s unix:/var/run/fcgiwrap.socket -f
autostart=true
autorestart=true
user=www-data
stdout_logfile=/var/log/supervisor/fcgiwrap.log
stderr_logfile=/var/log/supervisor/fcgiwrap.log
socket=unix:///var/run/fcgiwrap.socket