diff options
Diffstat (limited to 'network/pound/pound.logrotate')
-rw-r--r-- | network/pound/pound.logrotate | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/network/pound/pound.logrotate b/network/pound/pound.logrotate deleted file mode 100644 index 17f3cf33066b..000000000000 --- 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 -} - - |