jfb
October 19, 2018, 4:45pm
2
My reply through Google Translate - Meine Antwort über Google Übersetzer
Yes. Ja.
Part of the nightly log rotation, flushes the log - Ein Teil der nächtlichen Logarithmusrotation spült den Baumstamm
# Pi-hole: A black hole for Internet advertisements
# (c) 2017 Pi-hole, LLC (https://pi-hole.net)
# Network-wide ad blocking via your own hardware.
#
# Updates ad sources every week
#
# This file is copyright under the latest version of the EUPL.
# Please see LICENSE file for your rights under this license.
#
#
#
# This file is under source-control of the Pi-hole installation and update
# scripts, any changes made to this file will be overwritten when the software
# is updated or re-installed. Please make any changes to the appropriate crontab
# or other cron file snippets.
# Pi-hole: Update the ad sources once a week on Sunday at a random time in the
# early morning. Download any updates from the adlists
# Squash output to log, then splat the log to stdout on error to allow for
# standard crontab job error handling.
This file has been truncated. show original
I found the following in /etc/cron.d/pihole (pihole version 3.2)
# Pi-hole: Grab remote version and branch every 10 minutes
*/10 * * * * root PATH="$PATH:/usr/local/bin/" pihole updatechecker
this will execute /opt/pihole/updatecheck.sh EVERY 10 MINUTES
why so frequently, can we change it to once a day without impact on pihole?
https://github.com/pi-hole/pi-hole/pull/1825
Has not disappeared. The command still exists but it is not run as a cron script. - Ist nicht verschwunden. Der Befehl ist weiterhin vorhanden, wird jedoch nicht als Cron-Skript ausgeführt.