10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
/var/log/inverter.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
|
|
} |