From: Miroslav Lichvar Date: Thu, 4 Sep 2014 15:27:43 +0000 (+0200) Subject: examples: add logrotate configuration X-Git-Tag: 1.31~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c924fba4fa40de7a4882c96b836522a06676cb51;p=thirdparty%2Fchrony.git examples: add logrotate configuration --- diff --git a/examples/chrony.logrotate b/examples/chrony.logrotate new file mode 100644 index 00000000..e0cd83ce --- /dev/null +++ b/examples/chrony.logrotate @@ -0,0 +1,8 @@ +/var/log/chrony/*.log { + missingok + nocreate + sharedscripts + postrotate + /usr/bin/chronyc -a cyclelogs > /dev/null 2>&1 || true + endscript +}