summaryrefslogtreecommitdiffstats
path: root/network/policyd2/logrotate.policyd2
diff options
context:
space:
mode:
author Nishant Limbachia2010-05-14 06:21:07 +0200
committer Robby Workman2010-05-17 05:24:33 +0200
commit58d3760cc703f1527a213560cc71b97cd31f4521 (patch)
treed498dd0f34921edbf92d8ba0d0461a73b1637860 /network/policyd2/logrotate.policyd2
parentc300db04940ef5b0e82bf05f7f2f84ce26720fd4 (diff)
downloadslackbuilds-58d3760cc703f1527a213560cc71b97cd31f4521.tar.gz
network/policyd2: Added (policy server for MTAs).
Diffstat (limited to 'network/policyd2/logrotate.policyd2')
-rw-r--r--network/policyd2/logrotate.policyd28
1 files changed, 8 insertions, 0 deletions
diff --git a/network/policyd2/logrotate.policyd2 b/network/policyd2/logrotate.policyd2
new file mode 100644
index 0000000000..9a25024a50
--- /dev/null
+++ b/network/policyd2/logrotate.policyd2
@@ -0,0 +1,8 @@
+/var/log/policyd2.log {
+ rotate 5
+ notifempty
+ missingok
+ size 1M
+ nocompress
+ copytruncate
+} \ No newline at end of file