summaryrefslogtreecommitdiff
path: root/network/ntop/ntop.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'network/ntop/ntop.logrotate')
-rw-r--r--network/ntop/ntop.logrotate11
1 files changed, 11 insertions, 0 deletions
diff --git a/network/ntop/ntop.logrotate b/network/ntop/ntop.logrotate
new file mode 100644
index 0000000000..a387c5018f
--- /dev/null
+++ b/network/ntop/ntop.logrotate
@@ -0,0 +1,11 @@
+/var/log/ntop {
+ # based on ntop.logrotate included in the ntop/debian source.
+ weekly
+ missingok
+ rotate 4
+ # ntop doesn't handle SIGHUP
+ copytruncate
+ nocompress
+ notifempty
+ create 640 root wheel
+}