summaryrefslogtreecommitdiffstats
path: root/network/pound/pound.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'network/pound/pound.logrotate')
-rw-r--r--network/pound/pound.logrotate23
1 files changed, 0 insertions, 23 deletions
diff --git a/network/pound/pound.logrotate b/network/pound/pound.logrotate
deleted file mode 100644
index 17f3cf3306..0000000000
--- a/network/pound/pound.logrotate
+++ /dev/null
@@ -1,23 +0,0 @@
-
-/var/pound/access.log {
- weekly
- rotate 4
- compress
- notifempty
- postrotate
- /bin/kill -HUP $(cat /var/run/syslogd.pid 2> /dev/null) 2> /dev/null || true
- endscript
-}
-
-/var/pound/error.log {
- weekly
- rotate 4
- compress
- notifempty
- missingok
- postrotate
- /bin/kill -HUP $(cat /var/run/syslogd.pid 2> /dev/null) 2> /dev/null || true
- endscript
-}
-
-