summaryrefslogtreecommitdiffstats
path: root/system/tiger/config/tiger.cron
blob: 1e1c2d0c0a6fce82b030f55094ac30cb14c055c4 (plain)
#
# 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 ; }