diff options
Diffstat (limited to 'system/tiger/config/tiger.cron')
-rw-r--r-- | system/tiger/config/tiger.cron | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/system/tiger/config/tiger.cron b/system/tiger/config/tiger.cron deleted file mode 100644 index 1e1c2d0c0a..0000000000 --- a/system/tiger/config/tiger.cron +++ /dev/null @@ -1,9 +0,0 @@ -# -# 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 ; } |