summaryrefslogtreecommitdiff
path: root/debian/conntrackd.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'debian/conntrackd.logrotate')
-rw-r--r--debian/conntrackd.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/conntrackd.logrotate b/debian/conntrackd.logrotate
new file mode 100644
index 0000000..f8b88fd
--- /dev/null
+++ b/debian/conntrackd.logrotate
@@ -0,0 +1,9 @@
+/var/log/conntrackd-stats.log {
+ weekly
+ rotate 2
+ missingok
+
+ postrotate
+ /etc/init.d/conntrackd restart
+ endscript
+}