mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
b663f5c1fe
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
6 lines
292 B
Text
6 lines
292 B
Text
#
|
|
# 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 ; }
|