[Git][NTPsec/ntpsec][master] log rotation bugfix
Eric S. Raymond
gitlab at mg.gitlab.com
Tue Jul 31 18:04:53 UTC 2018
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
9641b483 by James Browning at 2018-07-31T17:40:02Z
log rotation bugfix
- - - - -
1 changed file:
- etc/logrotate-config.ntpd
Changes:
=====================================
etc/logrotate-config.ntpd
=====================================
@@ -3,11 +3,11 @@
# That will rotate ntpd.log monthly and then
# kick ntpd to switch to the new log file.
-/var/log/ntp/ntpd.log {
+/var/log/ntpd.log {
monthly
postrotate
/usr/bin/killall -HUP ntpd
endscript
- rotate 9999
+ rotate 6
}
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/9641b483f3f8d8f24737ebc65df61cae1fdef4d1
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/9641b483f3f8d8f24737ebc65df61cae1fdef4d1
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20180731/498fe7ee/attachment.html>
More information about the vc
mailing list