mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 00:18:26 +00:00
8 lines
175 B
Text
8 lines
175 B
Text
/var/log/murmur/*.log {
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
test -r /run/murmur/murmur.pid && kill -HUP $(cat /run/murmur/murmur.pid) &>/dev/null
|
|
endscript
|
|
}
|