Add Debian logrotate config snippet
authorJonathan McDowell <noodles@earth.li>
Sun, 17 Apr 2011 06:27:35 +0000 (23:27 -0700)
committerJonathan McDowell <noodles@earth.li>
Sun, 17 Apr 2011 06:27:35 +0000 (23:27 -0700)
  Add a weekly rotation logrotate config snippet for onak.log

debian/onak.logrotate [new file with mode: 0644]

diff --git a/debian/onak.logrotate b/debian/onak.logrotate
new file mode 100644 (file)
index 0000000..7c7a96a
--- /dev/null
@@ -0,0 +1,10 @@
+/var/log/onak.log
+{
+       create 644 onak adm
+       missingok
+       notifempty
+       rotate 4
+       weekly
+       compress
+       delaycompress
+}