12 lines
154 B
Plaintext
12 lines
154 B
Plaintext
|
/var/log/nw.log {
|
||
|
postrotate
|
||
|
/bin/killall -HUP nwserv
|
||
|
endrotate
|
||
|
}
|
||
|
|
||
|
/var/log/nw.routes {
|
||
|
postrotate
|
||
|
/bin/killall -HUP nwserv
|
||
|
endrotate
|
||
|
}
|