File size: 400 Bytes
d005c5b e8ba4ff 787552f d005c5b 1e864f5 e8ba4ff 787552f e8ba4ff | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | [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
|