debian/cubicweb-ctl.logrotate
author David Douard <david.douard@logilab.fr>
Tue, 12 Jul 2016 12:29:29 +0200
branch3.20
changeset 11402 e60a8e5d29ef
parent 5840 60880c81e32e
permissions -rw-r--r--
[debian] add a lintian override for source-is-missing about jquery.flot.js

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