Initial commit.
This commit is contained in:
commit
3d665e5e11
72 changed files with 3200 additions and 0 deletions
5
root.crontab
Normal file
5
root.crontab
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Run the hourly, daily, weekly, and monthly cron jobs.
|
||||
0 * * * * /usr/bin/run-parts /etc/cron.hourly >/dev/null
|
||||
0 0 * * * /usr/bin/run-parts /etc/cron.daily >/dev/null
|
||||
0 0 * * 0 /usr/bin/run-parts /etc/cron.weekly >/dev/null
|
||||
0 0 1 * * /usr/bin/run-parts /etc/cron.monthly >/dev/null
|
||||
Loading…
Add table
Add a link
Reference in a new issue