From: Frank Lichtenheld Date: Sat, 15 Sep 2007 02:24:11 +0000 (+0200) Subject: Add example crontab X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=cb4dec3fd29b516081647db5fc1f2fbc3c4ae307;hp=75074e5c050dc9dd1c141a861495fde28bea784d Add example crontab --- diff --git a/conf/.gitignore b/conf/.gitignore index ea11109..135b043 100644 --- a/conf/.gitignore +++ b/conf/.gitignore @@ -1,3 +1,4 @@ apache.conf ttreerc maintainer +crontab diff --git a/conf/crontab.sed.in b/conf/crontab.sed.in new file mode 100644 index 0000000..183eb2a --- /dev/null +++ b/conf/crontab.sed.in @@ -0,0 +1,4 @@ +# Example crontab +55 22 * * * %TOPDIR%/bin/daily +@reboot rm -f %TOPDIR%/files/cron.lock +@reboot rm -f %TOPDIR%/files/changelogs.lock \ No newline at end of file