]> git.pld-linux.org Git - packages/fcron.git/blobdiff - cron.logrotate
- up to 3.0.1 by lisu87@gmail.com
[packages/fcron.git] / cron.logrotate
index a0f51d15e659f3c3038d1c43b62cae12a8fce36e..3b0cab3314b770df7f6f798ab60acc151d759c11 100644 (file)
@@ -1,5 +1,6 @@
 /var/log/cron {
-    postrotate
-       /usr/bin/killall -HUP crond
-    endscript
+       create 660 root crontab
+       postrotate
+               /bin/killall -HUP crond
+       endscript
 }
This page took 0.064998 seconds and 4 git commands to generate.