converter/rootfs/etc/supervisord.conf

19 lines
429 B
Plaintext
Raw Permalink Normal View History

2022-05-12 13:15:40 +00:00
[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