debian/cubicweb-ctl.logrotate
branch3.24
changeset 11832 e8be49ecb522
parent 11831 d1fbe53885e9
child 11833 1212f0fa2d42
--- a/debian/cubicweb-ctl.logrotate	Thu Nov 17 16:03:02 2016 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-/var/log/cubicweb/*.log {
-        weekly
-        missingok
-        rotate 10
-        compress
-        delaycompress
-        notifempty
-        create 640 root adm
-        sharedscripts
-        postrotate
-           if [ -x /usr/sbin/invoke-rc.d ]; then \
-              invoke-rc.d cubicweb reload > /dev/null 2>&1; \
-           else \
-              /etc/init.d/cubicweb reload > /dev/null 2>&1; \
-           fi; \
-        endscript
-}