debian/cubicweb-ctl.logrotate
changeset 11841 48adf4dd1ce6
parent 11840 1eb3d6cd39c3
parent 11839 18e72d24dc58
child 11850 87443f279b0f
--- a/debian/cubicweb-ctl.logrotate	Thu Nov 17 11:00:01 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
-}