Add Debian logrotate config snippet
[onak.git] / debian / onak.logrotate
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
+}