]> git.pld-linux.org Git - packages/chrony.git/blob - chrony.logrotate
- new, based on fc package
[packages/chrony.git] / chrony.logrotate
1 /var/log/chrony/*.log {
2     missingok
3     nocreate
4     sharedscripts
5     postrotate
6         /sbin/service chronyd cyclelogs > /dev/null
7     endscript
8 }
This page took 0.090359 seconds and 4 git commands to generate.