debian/cubicweb-ctl.logrotate
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 21 Oct 2014 18:01:06 +0200
changeset 10101 476c850f8cd5
parent 5840 60880c81e32e
permissions -rw-r--r--
[web] Replace minified copy of jquery.flot.js 0.6 with non-minified version Related to #3851121

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