aboutsummaryrefslogtreecommitdiff
path: root/system/tiger/config/tiger.cron
diff options
context:
space:
mode:
Diffstat (limited to 'system/tiger/config/tiger.cron')
-rw-r--r--system/tiger/config/tiger.cron6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/tiger/config/tiger.cron b/system/tiger/config/tiger.cron
new file mode 100644
index 000000000000..33c55e6f7113
--- /dev/null
+++ b/system/tiger/config/tiger.cron
@@ -0,0 +1,6 @@
+#
+# Regular cron jobs for the tiger package
+#
+# modified to work with Slackware and Dillon's Cron by pyllyukko
+#
+0 * * * * /bin/test -x /usr/sbin/tigercron && { DEFAULT=/etc/default/tiger ; [ -r "$DEFAULT" ] && . "$DEFAULT" || NICETIGER=10 ; /bin/nice -n$NICETIGER /usr/sbin/tigercron -q ; }