Install customized version of logrotate script

This commit is contained in:
DL6ER 2017-01-27 14:16:24 +01:00
parent 9a3cf949cf
commit 6fd7e0311c
No known key found for this signature in database
GPG key ID: BB8EC0BC77973A30
3 changed files with 16 additions and 2 deletions

View file

@ -13,7 +13,7 @@
echo -n "::: Flushing /var/log/pihole.log ..."
# Test if logrotate is available on this system
if command -v /usr/sbin/logrotate &> /dev/null; then
/usr/sbin/logrotate --force /etc/.pihole/advanced/logrotate
/usr/sbin/logrotate --force /etc/pihole/logrotate
else
echo " " > /var/log/pihole.log
fi

View file

@ -26,4 +26,4 @@
# The flush script will use logrotate if available
00 00 * * * root PATH="$PATH:/usr/local/bin/" pihole flush
@reboot root /usr/sbin/logrotate /etc/.pihole/advanced/logrotate
@reboot root /usr/sbin/logrotate /etc/pihole/logrotate