11 lines
206 B
Plaintext
11 lines
206 B
Plaintext
/var/log/*.log {
|
|
rotate 5
|
|
compress
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
/bin/kill -HUP `cat /var/run/inverter/inverter.pid 2>/dev/null` 2> /dev/null || true
|
|
endscript
|
|
}
|