15 lines
No EOL
324 B
Text
Executable file
15 lines
No EOL
324 B
Text
Executable file
/var/log/angie/*.log {
|
|
hourly
|
|
missingok
|
|
rotate 2
|
|
compress
|
|
maxage 15
|
|
notifempty
|
|
create 644 angie angie
|
|
sharedscripts
|
|
postrotate
|
|
if [ -f /run/angie.pid ]; then
|
|
kill -HUP $(cat /run/angie.pid)
|
|
fi
|
|
endscript
|
|
} |