Initial configurations for Bender.
This commit is contained in:
parent
6720861726
commit
0b63587655
53 changed files with 14071 additions and 3 deletions
1
var/spool/cron/.gitignore
vendored
Normal file
1
var/spool/cron/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
cronstamps/
|
||||
5
var/spool/cron/crontabs/root
Normal file
5
var/spool/cron/crontabs/root
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