From cb4dec3fd29b516081647db5fc1f2fbc3c4ae307 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sat, 15 Sep 2007 04:24:11 +0200 Subject: [PATCH 1/1] Add example crontab --- conf/.gitignore | 1 + conf/crontab.sed.in | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 conf/crontab.sed.in 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 -- 2.39.2