summaryrefslogtreecommitdiffstats
path: root/abs/not_built/extra/community/moblock/moblock.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'abs/not_built/extra/community/moblock/moblock.logrotate')
-rw-r--r--abs/not_built/extra/community/moblock/moblock.logrotate11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/not_built/extra/community/moblock/moblock.logrotate b/abs/not_built/extra/community/moblock/moblock.logrotate
new file mode 100644
index 0000000..6ed64bb
--- /dev/null
+++ b/abs/not_built/extra/community/moblock/moblock.logrotate
@@ -0,0 +1,11 @@
+"/var/log/moblock.log" /var/log/MoBlock.stats {
+ daily
+ missingok
+ notifempty
+ sharedscripts
+ postrotate
+ /usr/bin/test -f /var/run/moblock.pid && /bin/kill -HUP `cat /var/run/moblock.pid 2>/dev/null` 2>/dev/null || exit 0
+ endscript
+ compress
+}
+