Initial configurations for Bender.
This commit is contained in:
parent
6720861726
commit
0b63587655
53 changed files with 14071 additions and 3 deletions
16
var/.gitignore
vendored
Normal file
16
var/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
adm
|
||||
cache/
|
||||
db/
|
||||
empty/
|
||||
kerberos/
|
||||
lib/
|
||||
lock/
|
||||
log/
|
||||
mail
|
||||
man/
|
||||
named/
|
||||
run
|
||||
state/
|
||||
tmp/
|
||||
www/
|
||||
|
||||
3
var/spool/.gitignore
vendored
Normal file
3
var/spool/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
atjobs/
|
||||
atspool/
|
||||
mail/
|
||||
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