]> git.pld-linux.org Git - packages/chrony.git/blob - chrony.logrotate
- rel 2; fix-info-dir fix
[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.022291 seconds and 3 git commands to generate.