docker/x86/nextcloud/supervisord.conf
2018-05-12 13:38:06 +02:00

16 lines
218 B
Plaintext

[supervisord]
[program:mysqld]
command=mysqld_safe
#numproc=1
#autostart=true
#autorestart=true
[program:nginx]
command=nginx -g "daemon off;"
[program:php-fcgi]
command=php-fpm7.0 -F
[program:cron]
command=cron -f