mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Remove --force on @reboot
This commit is contained in:
parent
3fd2ffd466
commit
6b6fbc4709
1 changed files with 1 additions and 1 deletions
|
@ -26,4 +26,4 @@
|
||||||
# The flush script will use logrotate if available
|
# The flush script will use logrotate if available
|
||||||
00 00 * * * root PATH="$PATH:/usr/local/bin/" pihole flush
|
00 00 * * * root PATH="$PATH:/usr/local/bin/" pihole flush
|
||||||
|
|
||||||
@reboot /usr/sbin/logrotate --force /etc/.pihole/logrotate
|
@reboot /usr/sbin/logrotate /etc/.pihole/logrotate
|
||||||
|
|
Loading…
Reference in a new issue