feat(packaging): rotate logs daily on alpine
arcad/emissary/pipeline/head This commit looks good
Details
arcad/emissary/pipeline/head This commit looks good
Details
This commit is contained in:
parent
6a7945d05c
commit
32ce5a206f
|
@ -3,6 +3,7 @@
|
||||||
sharedscripts
|
sharedscripts
|
||||||
compress
|
compress
|
||||||
rotate 7
|
rotate 7
|
||||||
|
daily
|
||||||
postrotate
|
postrotate
|
||||||
/etc/init.d/emissary-agent restart
|
/etc/init.d/emissary-agent restart
|
||||||
endscript
|
endscript
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
sharedscripts
|
sharedscripts
|
||||||
compress
|
compress
|
||||||
rotate 7
|
rotate 7
|
||||||
|
daily
|
||||||
postrotate
|
postrotate
|
||||||
/etc/init.d/emissary-server restart
|
/etc/init.d/emissary-server restart
|
||||||
endscript
|
endscript
|
||||||
|
|
Loading…
Reference in New Issue