packages/net/adblock/files/samples/root.crontab.sample
Dirk Brenken 1f5ed5d040 adblock: uci support, dynamic uhttpd instance support plus various fixes
* add uci support
* add dynamic uhttpd instance support
  (no longer rely on uhttpd config changes)
* package reordering
* plus various fixes

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-11 19:39:51 +01:00

8 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 &