changes in agent logrotate

This commit is contained in:
alejandro.campos@artica.es 2022-06-28 12:11:13 +02:00
parent 5b9b3f08b1
commit 609dc7deab
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
compress
notifempty
copytruncate
postrotate
/bin/systemctl restart pandora_agent_daemon
endscript
postrotate
/bin/systemctl restart pandora_agent_daemon
endscript
}