]> git.pld-linux.org Git - packages/chrony.git/blobdiff - chrony.logrotate
- up to 2.4
[packages/chrony.git] / chrony.logrotate
index 88ca8256362dfd99afc2d1cd4010380622e56a24..b279658ccc21a0ffedab733c533ccf2739b8483b 100644 (file)
@@ -1,8 +1,9 @@
 /var/log/chrony/*.log {
-    missingok
-    nocreate
-    sharedscripts
-    postrotate
-        /sbin/service chronyd cyclelogs > /dev/null
-    endscript
+       su ntp ntp
+       missingok
+       nocreate
+       sharedscripts
+       postrotate
+               /sbin/service chronyd cyclelogs > /dev/null
+       endscript
 }
This page took 0.108201 seconds and 4 git commands to generate.