mirror of
https://abf.rosa.ru/djam/angie.git
synced 2025-02-24 03:12:47 +00:00
13 lines
293 B
Text
13 lines
293 B
Text
/var/log/angie/*log {
|
|
daily
|
|
rotate 10
|
|
missingok
|
|
notifempty
|
|
compress
|
|
sharedscripts
|
|
postrotate
|
|
# USR1 forcing reopening of log file to prevent "holding" it after logrotate
|
|
[ ! -f /run/angie.pid ] || kill -USR1 "$(cat /run/angie.pid)"
|
|
endscript
|
|
}
|
|
|