runtime/examples/cron/supervisor.conf

12 lines
254 B
Plaintext
Raw Normal View History

2020-02-02 21:06:11 +00:00
[program:cron]
command=/usr/sbin/cron -f
process_name=cron
autostart=true
autorestart=true
stdout_logfile=/srv/log/cron.log
stdout_logfile_maxbytes=2MB
stdout_logfile_backups=5
stdout_capture_maxbytes=2MB
stdout_events_enabled=false
redirect_stderr=true