]> git.pld-linux.org Git - packages/cronie.git/blob - cronie.crontab
- cronie.init: When parent crond is stopped and child crond
[packages/cronie.git] / cronie.crontab
1 SHELL=/bin/sh
2 PATH=/sbin:/bin:/usr/sbin:/usr/bin
3 MAILTO=root
4 NICE=15
5
6 # run-parts
7 01 * * * *      root    /bin/run-parts /etc/cron.hourly
8 02 5 * * *      root    /bin/run-parts /etc/cron.daily
9 02 2 * * 0      root    /bin/run-parts /etc/cron.weekly
10 02 4 1 * *      root    /bin/run-parts /etc/cron.monthly
This page took 0.025936 seconds and 3 git commands to generate.