Files
firefly-iii/.deploy/docker/cronjob.conf

12 lines
224 B
Plaintext
Raw Normal View History

2018-08-18 14:08:28 +02:00
[program:cron]
command=/usr/sbin/cron -f -L 15
user=root
autostart=true
autorestart=true
stdout_events_enabled=true
stderr_events_enabled=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
startsecs=10
startretries=3