From: Frank Brehm Date: Thu, 8 Apr 2021 04:25:01 +0000 (+0200) Subject: daily autocommit X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=c521187a8c22b3c16946cce410b84136fa12e4e4;p=config%2Fhelga-hetzner%2Fetc.git daily autocommit --- diff --git a/logrotate.d/chrony b/logrotate.d/chrony index 2823a1a..2ccf745 100644 --- a/logrotate.d/chrony +++ b/logrotate.d/chrony @@ -1,8 +1,16 @@ /var/log/chrony/*.log { - missingok - nocreate - sharedscripts - postrotate - /usr/bin/chronyc cyclelogs > /dev/null 2>&1 || true - endscript + rotate 7 + missingok + notifempty + compress + delaycompress + dateext + size 4M + sharedscripts + # create 644 + nocreate + sharedscripts + postrotate + /usr/bin/chronyc cyclelogs > /dev/null 2>&1 || true + endscript } diff --git a/resolv.conf b/resolv.conf index 630805e..0af19f6 100644 --- a/resolv.conf +++ b/resolv.conf @@ -1,6 +1,3 @@ -domain uhu-banane.de -search uhu-banane.de brehm-online.com brehm-berlin.de uhu-banane.net hennig-berlin.org -nameserver 127.0.0.1 -nameserver 213.133.98.98 -nameserver 213.133.99.99 -nameserver 213.133.100.100 +nameserver 213.133.98.98 +nameserver 213.133.99.99 +nameserver 213.133.100.100