adblock: minor update 3.8.6-2

* fix service status message
* refine readme regarding reload cron job (provided by @novoid)

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit a94610c88f)
This commit is contained in:
Dirk Brenken
2019-10-19 16:01:20 +02:00
parent a454ee3cd6
commit 6da95de9ef
4 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -269,8 +269,9 @@ Finally enable email support and add a valid email address in LuCI.
[...]
```
**Cronjob for a regular block list update (`/etc/crontabs/root`):**
**Cronjob for regular block list updates (`/etc/crontabs/root`):**
The following command as a cron job updates each individual block list from their source so that they hold the most current domains to block:
```
0 06 * * * /etc/init.d/adblock reload
```