1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-10-18 13:59:15 +00:00
pi-hole/advanced/pihole.cron

30 lines
1.3 KiB
Plaintext
Raw Normal View History

2016-01-30 20:12:40 +00:00
# Pi-hole: A black hole for Internet advertisements
# (c) 2015, 2016 by Jacob Salmela
# Network-wide ad blocking via your Raspberry Pi
# http://pi-hole.net
# Updates ad sources every week
#
# Pi-hole is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
2016-12-14 16:33:20 +00:00
#
2016-10-20 11:27:12 +00:00
# This file is under source-control of the Pi-hole installation and update
2016-10-20 10:42:25 +00:00
# scripts, any changes made to this file will be overwritten when the softare
# is updated or re-installed. Please make any changes to the appropriate crontab
# or other cron file snippets.
2016-01-30 20:12:40 +00:00
# Pi-hole: Update the ad sources once a week on Sunday at 01:59
# Download any updates from the adlists
59 1 * * 7 root PATH="$PATH:/usr/local/bin/" pihole updateGravity
2016-09-19 19:43:04 +00:00
# Pi-hole: Update Pi-hole! Uncomment to enable auto update
#30 2 * * 7 root PATH="$PATH:/usr/local/bin/" pihole updatePihole
2016-09-06 18:29:30 +00:00
# Pi-hole: Flush the log daily at 00:00 so it doesn't get out of control
# Stats will be viewable in the Web interface thanks to the cron job above
2017-01-12 19:39:25 +00:00
# The flush script will use logrotate if available
00 00 * * * root PATH="$PATH:/usr/local/bin/" pihole flush
2017-01-12 19:39:25 +00:00
2017-01-13 10:57:07 +00:00
@reboot root /usr/sbin/logrotate /etc/.pihole/advanced/logrotate