]> git.pld-linux.org Git - packages/chrony.git/blob - chrony.logrotate
- updated to 4.5
[packages/chrony.git] / chrony.logrotate
1 /var/log/chrony/*.log {
2         su ntp ntp
3         missingok
4         nocreate
5         sharedscripts
6         postrotate
7                 /sbin/service chronyd cyclelogs > /dev/null
8         endscript
9 }
This page took 0.08811 seconds and 3 git commands to generate.