bootstrap/base-files/logrotate.d/ntp

7 lines
127 B
Text

/var/log/ntp {
notifempty
missingok
postrotate
[ -x /etc/rc.d/rc.ntpd ] && /etc/rc.d/rc.ntpd restart || true
endscript
}