feat(packaging): add logrotate configuration for apk package
Some checks failed
arcad/emissary/pipeline/head There was a failure building this commit

This commit is contained in:
2023-10-02 20:12:07 -06:00
parent 1a270fa4d8
commit 75cab3264f
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,7 @@
/var/log/emissary/agent.log {
missingok
sharedscripts
postrotate
/etc/init.d/emissary-agent restart
endscript
}

View File

@ -0,0 +1,7 @@
/var/log/emissary/server.log {
missingok
sharedscripts
postrotate
/etc/init.d/emissary-server restart
endscript
}