mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
11 lines
274 B
Plaintext
11 lines
274 B
Plaintext
/var/log/mumble-server/mumble-server.log {
|
|
weekly
|
|
rotate 7
|
|
compress
|
|
delaycompress
|
|
missingok
|
|
postrotate
|
|
start-stop-daemon --quiet --oknodo --stop --signal 1 --exec /usr/sbin/murmurd --user mumble-server --pidfile /var/run/mumble-server/mumble-server.pid
|
|
endscript
|
|
}
|