]> git.pld-linux.org Git - packages/cronie.git/blobdiff - cronie.crontab
Rel 7; report script filename if it produces any output.
[packages/cronie.git] / cronie.crontab
index 61d92936ab41a543d292705714e68a17dbbbd3da..00c9c718564c1f58feea46173829f0c878e0c465 100644 (file)
@@ -4,7 +4,7 @@ MAILTO=root
 NICE=15
 
 # run-parts
-01 * * * *     root    /bin/run-parts /etc/cron.hourly
-02 5 * * *     root    /bin/run-parts /etc/cron.daily
-02 2 * * 0     root    /bin/run-parts /etc/cron.weekly
-02 4 1 * *     root    /bin/run-parts /etc/cron.monthly
+01 * * * *     root    /bin/run-parts --report /etc/cron.hourly
+02 5 * * *     root    /bin/run-parts --report /etc/cron.daily
+02 2 * * 0     root    /bin/run-parts --report /etc/cron.weekly
+02 4 1 * *     root    /bin/run-parts --report /etc/cron.monthly
This page took 0.074115 seconds and 4 git commands to generate.