]> git.pld-linux.org Git - packages/chrony.git/blob - chrony.logrotate
- fix "status" in initscript (don't wait for sleep to finish)
[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.122677 seconds and 4 git commands to generate.