mirror of
https://gitlab.com/robocopAlpha/pihole_lists.git
synced 2026-05-18 02:42:25 -07:00
Writing essential stats to a log file
This commit is contained in:
parent
893cdc4523
commit
4f590e2934
4 changed files with 22 additions and 5 deletions
10
readme.md
10
readme.md
|
|
@ -59,6 +59,16 @@ echo '5 18 * * * root PATH="$PATH:/usr/sbin:/usr/local/bin/" updatepi' >|
|
|||
exit
|
||||
```
|
||||
|
||||
#### Adding List generation as a cron job
|
||||
|
||||
```sh
|
||||
sudo -s
|
||||
ln -s /home/dietpi/pihole_lists/pull.lists.sh /usr/local/bin/pullLists
|
||||
chmod +x /usr/local/bin/pullLists
|
||||
echo '30 2 * * * root PATH="$PATH:/usr/sbin:/usr/local/bin/" pullLists' >| /etc/cron.d/pullLists
|
||||
exit
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Whitelisting / False Positive reports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue