mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-08 19:45:10 +02:00
7 lines
134 B
Text
7 lines
134 B
Text
/var/log/chrony/* {
|
|
missingok
|
|
sharedscripts
|
|
postrotate
|
|
systemctl try-restart chrony.service >/dev/null 2>&1 || true
|
|
endscript
|
|
}
|