encoding / supervisord.conf
holoid's picture
Update supervisord.conf
882c344 verified
raw
history blame contribute delete
No virus
573 Bytes
[unix_http_server]
file=/tmp/supervisor.sock
[supervisord]
nodaemon=true
loglevel=debug
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[supervisorctl]
serverurl=unix:///tmp/supervisor.sock
[program:caddy]
command=/usr/local/bin/caddy run --config /app/Caddyfile --adapter=caddyfile
stderr_logfile=/dev/null
stdout_logfile=/dev/null
autostart=true
autorestart=true
[program:filebrowser]
command=/app/filebrowser.sh
autorestart=true
[program:encoding]
command=/app/encoding.sh
stopasgroup=true
stopsignal=QUIT