summaryrefslogtreecommitdiffstats
path: root/net/adblock/files/samples/root.crontab.sample
blob: bc7bde7cbe4dde6ad63b3ecc647602020f927e2e (plain)
1
2
3
4
5
6
7
8
# 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 &