summaryrefslogtreecommitdiff
path: root/cscmd/logrotate.in
diff options
context:
space:
mode:
Diffstat (limited to 'cscmd/logrotate.in')
-rw-r--r--cscmd/logrotate.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/cscmd/logrotate.in b/cscmd/logrotate.in
new file mode 100644
index 0000000..4d36ac5
--- /dev/null
+++ b/cscmd/logrotate.in
@@ -0,0 +1,8 @@
+
+@CSCM_LOG_DIR@/@CSCM_PROGRAM@d.log {
+ rotate 7
+ size=5M
+ compress
+ notifempty
+ missingok
+}