mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-10 16:25:47 +00:00
20 lines
387 B
Plaintext
20 lines
387 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:supercronic]
|
|
command=supercronic /crontab.txt
|
|
autostart=true
|
|
autorestart=unexpected
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|
|
|
|
[program:unit]
|
|
command=unitd --no-daemon
|
|
autostart=true
|
|
autorestart=unexpected
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile_maxbytes=0
|