Compare commits

..

1 Commits

Author SHA1 Message Date
32ce5a206f feat(packaging): rotate logs daily on alpine
All checks were successful
arcad/emissary/pipeline/head This commit looks good
2023-12-01 13:53:19 +01:00
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
sharedscripts
compress
rotate 7
daily
postrotate
/etc/init.d/emissary-agent restart
endscript

View File

@ -3,6 +3,7 @@
sharedscripts
compress
rotate 7
daily
postrotate
/etc/init.d/emissary-server restart
endscript