Move logrotate to autotools template
[matthijs/upstream/backupninja.git] / etc / logrotate.d / backupninja.in
diff --git a/etc/logrotate.d/backupninja.in b/etc/logrotate.d/backupninja.in
new file mode 100644 (file)
index 0000000..dfb55b1
--- /dev/null
@@ -0,0 +1,6 @@
+@localstatedir@/log/backupninja.log {
+       rotate 6
+       monthly
+       compress
+       missingok
+}