]> git.pld-linux.org Git - packages/chrony.git/blobdiff - chrony.logrotate
- release 3, rebuild against libnettle.so.6 (nettle-3.5)
[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.100428 seconds and 4 git commands to generate.