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