mirror of https://github.com/mikaku/Monitorix.git
8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
|
/var/log/monitorix {
|
||
|
nocompress
|
||
|
missingok
|
||
|
postrotate
|
||
|
/bin/kill -HUP `cat /var/run/monitorix.pid 2>/dev/null` 2> /dev/null || true
|
||
|
endscript
|
||
|
}
|