Files
mars-nwe/opt/nwserv.logrotate.cmake
2026-04-21 18:00:54 +02:00

24 lines
354 B
CMake

@MARS_NWE_LOG_DIR@/nw.log {
postrotate
/bin/killall -HUP nwserv
endrotate
}
@MARS_NWE_LOG_DIR@/nw.routes {
postrotate
/bin/killall -HUP nwserv
endrotate
}
@MARS_NWE_LOG_DIR@/nwwebui.log {
postrotate
/bin/killall -HUP nwwebui
endrotate
}
@MARS_NWE_LOG_DIR@/smart.log {
postrotate
/bin/killall -HUP smart
endrotate
}