Add further template files.
This commit is contained in:
parent
75d3b429b0
commit
76a680117a
15 changed files with 13 additions and 0 deletions
1
templates/cron.d/template
Normal file
1
templates/cron.d/template
Normal file
|
|
@ -0,0 +1 @@
|
|||
* * * * * /path/to/command --args
|
||||
1
templates/cron.daily/template
Executable file
1
templates/cron.daily/template
Executable file
|
|
@ -0,0 +1 @@
|
|||
#!/bin/bash
|
||||
1
templates/cron.hourly/template
Executable file
1
templates/cron.hourly/template
Executable file
|
|
@ -0,0 +1 @@
|
|||
#!/bin/bash
|
||||
1
templates/cron.monthly/template
Executable file
1
templates/cron.monthly/template
Executable file
|
|
@ -0,0 +1 @@
|
|||
#!/bin/bash
|
||||
1
templates/cron.weekly/template
Executable file
1
templates/cron.weekly/template
Executable file
|
|
@ -0,0 +1 @@
|
|||
#!/bin/bash
|
||||
6
templates/logrotate.d/template
Normal file
6
templates/logrotate.d/template
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/var/log/FIXME {
|
||||
sharedscripts
|
||||
postrotate
|
||||
[ -x /etc/rc.d/rc.FIXME ] && /etc/rc.d/rc.FIXME restart >/dev/null 2>&1 || true
|
||||
endscript
|
||||
}
|
||||
1
templates/profile.d/template.csh
Executable file
1
templates/profile.d/template.csh
Executable file
|
|
@ -0,0 +1 @@
|
|||
#!/bin/bash
|
||||
1
templates/profile.d/template.sh
Executable file
1
templates/profile.d/template.sh
Executable file
|
|
@ -0,0 +1 @@
|
|||
#!/bin/bash
|
||||
Loading…
Add table
Add a link
Reference in a new issue