mirror of
https://github.com/novatiq/packages.git
synced 2026-07-29 23:03:06 +01:00
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>
This commit is contained in:
@@ -0,0 +1,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 &
|
||||
Reference in New Issue
Block a user