pandorafms/pandora_agents/unix/pandora_agent_logrotate

14 lines
197 B
Plaintext
Raw Normal View History

/var/log/pandora/pandora_agent.log {
weekly
missingok
size 300000
rotate 3
maxage 90
compress
notifempty
copytruncate
2022-06-28 12:11:13 +02:00
postrotate
/bin/systemctl restart pandora_agent_daemon
endscript
}