summaryrefslogtreecommitdiffstats
path: root/system/ZoneMinder/zm_logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'system/ZoneMinder/zm_logrotate')
-rw-r--r--system/ZoneMinder/zm_logrotate9
1 files changed, 0 insertions, 9 deletions
diff --git a/system/ZoneMinder/zm_logrotate b/system/ZoneMinder/zm_logrotate
deleted file mode 100644
index 72c736c6df..0000000000
--- a/system/ZoneMinder/zm_logrotate
+++ /dev/null
@@ -1,9 +0,0 @@
-/var/log/zm/*log {
- weekly
- rotate 4
- notifempty
- missingok
- postrotate
- /usr/bin/zmpkg.pl logrot
- endscript
-}