diff options
Diffstat (limited to 'network/murmur/murmur.logrotate')
-rw-r--r-- | network/murmur/murmur.logrotate | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/network/murmur/murmur.logrotate b/network/murmur/murmur.logrotate new file mode 100644 index 0000000000..a74e6297fd --- /dev/null +++ b/network/murmur/murmur.logrotate @@ -0,0 +1,15 @@ +@LOGFILE@ { + 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 +} |