debian/cubicweb-ctl.logrotate
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 08 Nov 2012 11:40:24 +0100
branchstable
changeset 8586 bc74608d2003
parent 5840 60880c81e32e
permissions -rw-r--r--
[ldaputils] should use entity.eid instead of entity on raising ValidationError. closes #2517095

/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
}