9 lines
194 B
Text
9 lines
194 B
Text
|
# sample crontab script
|
||
|
# configuration found in /etc/crontabs/root
|
||
|
#
|
||
|
|
||
|
# start adblock script twice a day
|
||
|
#
|
||
|
0 06 * * * /usr/bin/adblock-update.sh &
|
||
|
0 22 * * * /usr/bin/adblock-update.sh &
|