15 lines
262 B
Plaintext
15 lines
262 B
Plaintext
/var/log/revpi-middleware.log
|
|
{
|
|
rotate 6
|
|
weekly
|
|
maxsize 1M
|
|
compress
|
|
delaycompress
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
systemctl kill --signal=SIGUSR1 revpi-middleware > /dev/null 2>&1 || true
|
|
endscript
|
|
}
|