mirror of
https://github.com/pvpgn/pvpgn-server
synced 2026-08-24 18:23:04 -04:00
8 lines
129 B
Text
8 lines
129 B
Text
/var/log/bnetd/bnetd.log {
|
|
rotate 9
|
|
missingok
|
|
notifempty
|
|
postrotate
|
|
/usr/bin/killall -HUP bnetd
|
|
endscript
|
|
}
|