summaryrefslogtreecommitdiff
path: root/system/tiger/config/tiger.cron
blob: 33c55e6f7113c829e75f360854f496e1e3f39a69 (plain)
1
2
3
4
5
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 ; }