2021-11-30 11:20:42 +01:00
|
|
|
[supervisord]
|
|
|
|
|
nodaemon=true
|
|
|
|
|
nodaemon=true
|
|
|
|
|
logfile=/var/log/supervisord/supervisord.log
|
|
|
|
|
pidfile=/var/run/supervisord/supervisord.pid
|
|
|
|
|
childlogdir=/var/log/supervisord/
|
|
|
|
|
logfile_maxbytes=50MB
|
2021-12-01 12:40:51 +01:00
|
|
|
logfile_backups=10
|
2021-11-30 11:20:42 +01:00
|
|
|
loglevel=error
|
|
|
|
|
|
|
|
|
|
[program:apache]
|
2021-12-03 12:14:39 +01:00
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
|
stderr_logfile_maxbytes=0
|
2021-11-30 11:20:42 +01:00
|
|
|
command=apache2-foreground
|
|
|
|
|
|
|
|
|
|
[program:caddy]
|
2021-12-03 12:14:39 +01:00
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
|
stderr_logfile_maxbytes=0
|
2022-10-06 23:02:59 +02:00
|
|
|
command=sudo -u www-data /usr/bin/caddy run --config /Caddyfile
|
2021-11-30 11:20:42 +01:00
|
|
|
|
|
|
|
|
[program:cron]
|
2021-12-03 12:14:39 +01:00
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
|
stderr_logfile_maxbytes=0
|
2021-11-30 11:20:42 +01:00
|
|
|
command=/cron.sh
|
2022-04-04 19:12:07 +02:00
|
|
|
|
|
|
|
|
[program:backup-time-file-watcher]
|
|
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
|
stderr_logfile_maxbytes=0
|
|
|
|
|
command=/backup-time-file-watcher.sh
|
2022-04-06 15:11:24 +02:00
|
|
|
|
|
|
|
|
[program:session-deduplicator]
|
|
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
|
stderr_logfile_maxbytes=0
|
|
|
|
|
command=/session-deduplicator.sh
|