ansible_playbooks/roles/logrotate_settings/files/logrotate_angie
2026-02-24 11:30:35 +03:00

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
}