8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
/var/log/ntpd.log {
|
|
missingok
|
|
sharedscripts
|
|
postrotate
|
|
systemctl try-restart ntpd.service >/dev/null 2>&1 || true
|
|
endscript
|
|
}
|