7 lines
127 B
Text
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
|
|
}
|