octavia/elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.logrotate

15 lines
363 B
Plaintext

/var/log/amphora-agent.log {
daily
rotate 10
missingok
notifempty
compress
delaycompress
sharedscripts
postrotate
# Signal name shall not have the SIG prefix in kill command
# http://pubs.opengroup.org/onlinepubs/9699919799/utilities/kill.html
kill -s USR1 $(cat /var/run/amphora-agent.pid)
endscript
}