mirror of
https://github.com/novatiq/packages.git
synced 2026-06-27 15:50:26 +01:00
1f5ed5d040
* 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>
9 lines
194 B
Plaintext
9 lines
194 B
Plaintext
# 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 &
|