Added logrotate to package.
[codemux.git] / codemux.logrotate
diff --git a/codemux.logrotate b/codemux.logrotate
new file mode 100644 (file)
index 0000000..18c64bc
--- /dev/null
@@ -0,0 +1,8 @@
+/var/log/codemux.log {
+    copytruncate
+    compress
+    daily
+    notifempty
+    rotate 5
+    missingok
+}