From: Jonathan McDowell Date: Sun, 17 Apr 2011 06:27:35 +0000 (-0700) Subject: Add Debian logrotate config snippet X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/5d8fd626eac303ed18161b4d029095291c990c60 Add Debian logrotate config snippet Add a weekly rotation logrotate config snippet for onak.log --- diff --git a/debian/onak.logrotate b/debian/onak.logrotate new file mode 100644 index 0000000..7c7a96a --- /dev/null +++ b/debian/onak.logrotate @@ -0,0 +1,10 @@ +/var/log/onak.log +{ + create 644 onak adm + missingok + notifempty + rotate 4 + weekly + compress + delaycompress +}