diff options
Diffstat (limited to 'network/murmur/murmur.logrotate')
-rw-r--r-- | network/murmur/murmur.logrotate | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/network/murmur/murmur.logrotate b/network/murmur/murmur.logrotate deleted file mode 100644 index 4d0c2f82bf346..0000000000000 --- a/network/murmur/murmur.logrotate +++ /dev/null @@ -1,16 +0,0 @@ -@LOGFILE@ { - su @USER@ @GROUP@ - weekly - rotate 7 - compress - create 660 @USER@ @GROUP@ - delaycompress - missingok - notifempty - sharedscripts - postrotate - if [ -x /etc/rc.d/rc.murmur ]; then - /etc/rc.d/rc.murmur restart - fi - endscript -} |