]> andersk Git - config-package-dev.git/blobdiff - examples/debathena-cron-example-1.0/debian/debathena-cron-example.cron.d
Improve config-package-dev documentation and examples.
[config-package-dev.git] / examples / debathena-cron-example-1.0 / debian / debathena-cron-example.cron.d
diff --git a/examples/debathena-cron-example-1.0/debian/debathena-cron-example.cron.d b/examples/debathena-cron-example-1.0/debian/debathena-cron-example.cron.d
new file mode 100644 (file)
index 0000000..81d8150
--- /dev/null
@@ -0,0 +1,9 @@
+# /etc/cron.d/logcheck: crontab entries for the logcheck package
+
+PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+MAILTO=root
+
+@reboot         logcheck    if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck -R; fi
+* * * * *       logcheck    if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck; fi
+
+# EOF
This page took 0.178339 seconds and 4 git commands to generate.