Compare commits
1 Commits
2023.11.30
...
2023.11.30
Author | SHA1 | Date | |
---|---|---|---|
86ddb6a4c1 |
@ -1,6 +1,8 @@
|
|||||||
/var/log/emissary/agent.log {
|
/var/log/emissary/agent.log {
|
||||||
missingok
|
missingok
|
||||||
sharedscripts
|
sharedscripts
|
||||||
|
compress
|
||||||
|
rotate 7
|
||||||
postrotate
|
postrotate
|
||||||
/etc/init.d/emissary-agent restart
|
/etc/init.d/emissary-agent restart
|
||||||
endscript
|
endscript
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
/var/log/emissary/server.log {
|
/var/log/emissary/server.log {
|
||||||
missingok
|
missingok
|
||||||
sharedscripts
|
sharedscripts
|
||||||
|
compress
|
||||||
|
rotate 7
|
||||||
postrotate
|
postrotate
|
||||||
/etc/init.d/emissary-server restart
|
/etc/init.d/emissary-server restart
|
||||||
endscript
|
endscript
|
||||||
|
Reference in New Issue
Block a user