19 lines
429 B
Plaintext
19 lines
429 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:apache2]
|
|
command=/bin/bash -c "source /etc/apache2/envvars && exec /usr/sbin/apache2 -DFOREGROUND"
|
|
autostart=true
|
|
autorestart=true
|
|
|
|
[program:libreoffice]
|
|
command=/usr/bin/libreoffice --nologo --headless --nofirststartwizard --accept='socket,host=127.0.0.1,port=2002,tcpNoDelay=1;urp'
|
|
autostart=true
|
|
autorestart=true
|
|
|
|
[program:cron]
|
|
command=/usr/sbin/cron -f
|
|
autostart=true
|
|
autorestart=true
|
|
|