9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
[program:cron]
|
|
startsecs=0
|
|
stopwaitsecs=55
|
|
autostart=true
|
|
autorestart=true
|
|
stdout_logfile=/dev/fd/1
|
|
stdout_logfile_maxbytes=0
|
|
command=/usr/sbin/crond -f -L /var/log/crond.log -l info
|