Add further template files.

This commit is contained in:
Darren 'Tadgy' Austin 2022-10-05 21:59:37 +01:00
commit 76a680117a
15 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1 @@
* * * * * /path/to/command --args

1
templates/cron.daily/template Executable file
View file

@ -0,0 +1 @@
#!/bin/bash

1
templates/cron.hourly/template Executable file
View file

@ -0,0 +1 @@
#!/bin/bash

View file

@ -0,0 +1 @@
#!/bin/bash

1
templates/cron.weekly/template Executable file
View file

@ -0,0 +1 @@
#!/bin/bash

View 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
}

View file

@ -0,0 +1 @@
#!/bin/bash

View file

@ -0,0 +1 @@
#!/bin/bash