Using the /etc/crontabs/root file

This commit is contained in:
Corey Gaspard
2017-07-19 10:00:17 -05:00
parent f36bdea017
commit acc9016d39
3 changed files with 9 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
nodaemon=true
[program:crontab]
command=crond -l 2 -f -c %(CRON_PATH)s
command=crond -l 2 -f -c %(ENV_CRON_PATH)s
stderr_logfile = /var/log/crontab-stderr.log
stdout_logfile = /var/log/crontab-stdout.log