First check in
This commit is contained in:
11
SNAP/crontab
Normal file
11
SNAP/crontab
Normal file
@@ -0,0 +1,11 @@
|
||||
SHELL=/bin/sh
|
||||
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
||||
|
||||
# we use the runall script to execute any scripts in the cron.hourly,
|
||||
# cron.daily, cron.weekly, and cron.monthly directories
|
||||
|
||||
# m h dom mon dow user command
|
||||
17 * * * * root cd / && runall /etc/cron.hourly
|
||||
25 6 * * * root cd / && runall /etc/cron.daily
|
||||
47 6 * * 7 root cd / && runall /etc/cron.weekly
|
||||
52 6 1 * * root cd / && runall /etc/cron.monthly
|
||||
Reference in New Issue
Block a user