2beaa6421e
Change-Id: I84526351f9aa4882d498601ebe9681e622909516
10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
/var/log/ntp.log {
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
delaycompress
|
|
postrotate
|
|
/sbin/service ntpd reload > /dev/null 2>/dev/null || true
|
|
endscript
|
|
}
|