Update logrotate configs.

This commit is contained in:
Darren 'Tadgy' Austin 2021-02-12 14:23:38 +00:00
commit f43a82d558
4 changed files with 9 additions and 8 deletions

View file

@ -1,7 +1 @@
/var/log/ntp {
notifempty
missingok
postrotate
[ -x /etc/rc.d/rc.ntpd ] && /etc/rc.d/rc.ntpd restart || true
endscript
}
# This file is intentionally empty - custom ntpd configuration does not write logfiles directly.