X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Ffiles%2Flogrotate-ulogd;h=e4fdb4bda840fc4bf5b5d8bfe63c4085afac9b4f;hb=97669532c8d024b55d005dfa3cda683acfd622be;hp=4a8b95fd8f575cb6379fd4f4edf3bc9eca6c97fd;hpb=1eaeaecbb5d1dddcc1f91855dad8ca05b96f055c;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/files/logrotate-ulogd b/modules/ferm/files/logrotate-ulogd index 4a8b95fd8..e4fdb4bda 100644 --- a/modules/ferm/files/logrotate-ulogd +++ b/modules/ferm/files/logrotate-ulogd @@ -4,10 +4,15 @@ ## /var/log/ulog/*.log { + daily + compress + delaycompress + rotate 10 + notifempty missingok sharedscripts create 640 root adm postrotate - /etc/init.d/ulogd reload + invoke-rc.d ulogd reload endscript }