aboutsummaryrefslogtreecommitdiff
path: root/system/tiger/config/tiger.cron
diff options
context:
space:
mode:
authorMenno Duursma <druiloor@zonnet.nl>2010-09-10 21:19:15 -0400
committerdsomero <xgizzmo@slackbuilds.org>2010-09-10 21:19:15 -0400
commit11d1d4b150c5638bdf223158d59ce3f12986be93 (patch)
tree5a11b57de7b6d5cbd5283099f4781403efc36e7b /system/tiger/config/tiger.cron
parentd6615ee8e42fb02ab3b98dc9c1a90bec7288308e (diff)
system/tiger: Updated build and added patch.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/tiger/config/tiger.cron')
-rw-r--r--system/tiger/config/tiger.cron9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/tiger/config/tiger.cron b/system/tiger/config/tiger.cron
new file mode 100644
index 0000000000..1e1c2d0c0a
--- /dev/null
+++ b/system/tiger/config/tiger.cron
@@ -0,0 +1,9 @@
+#
+# Regular cron jobs for the tiger package
+#
+# Configuration file
+DEFAULT=/etc/default/tiger
+# default setting, overriden in the above file
+NICETIGER=10
+#
+0 * * * * root test -x /usr/sbin/tigercron && { [ -r "$DEFAULT" ] && . "$DEFAULT" ; nice -n$NICETIGER /usr/sbin/tigercron -q ; }