diff options
Diffstat (limited to 'system/tiger/config/tiger.cron')
-rw-r--r-- | system/tiger/config/tiger.cron | 9 |
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 ; } |