]> git.deb.at Git - deb/packages.git/commitdiff
Add example crontab
authorFrank Lichtenheld <frank@lichtenheld.de>
Sat, 15 Sep 2007 02:24:11 +0000 (04:24 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sat, 15 Sep 2007 02:24:11 +0000 (04:24 +0200)
conf/.gitignore
conf/crontab.sed.in [new file with mode: 0644]

index ea111097a8a9b1aee050490cef1d475849e69573..135b043fae7829a51f8c95edaf405ac70b6d27f0 100644 (file)
@@ -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 (file)
index 0000000..183eb2a
--- /dev/null
@@ -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