Nextcloud / supervisor.conf
t
msg
787552f
raw
history blame contribute delete
400 Bytes
[supervisord]
nodaemon=true
[program:php-fpm]
command=/usr/sbin/php-fpm8.1 -F
autostart=true
autorestart=true
stdout_logfile=/dev/fd/1
stderr_logfile=/dev/fd/2
[program:nginx]
command=nginx -g "daemon off;"
autostart=true
autorestart=true
[program:cockpit]
command=/usr/lib/cockpit/cockpit-ws --port 9090 --no-tls
autostart=true
autorestart=true
stdout_logfile=/dev/fd/1
stderr_logfile=/dev/fd/2