Subversion Repositories rld.domoticz

Rev

Blame | Last modification | View Log | Download

/var/log/domoticz.log {
        missingok
        weekly
        rotate 7
        compress
        notifempty
        postrotate
                if [ -x /usr/sbin/invoke-rc.d ]; then \
                        invoke-rc.d domoticz reload > /dev/null; \
                else \
                        /etc/init.d/domoticz reload > /dev/null; \
                fi
        endscript
}