fix(agent): disable tcp listen
This commit is contained in:
parent
75ba7b58bf
commit
5f1fc6bae4
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ sockpath() {
|
|||
}
|
||||
|
||||
start_agent() {
|
||||
redis-server --save "" --unixsocket "$(sockpath)" --unixsocketperm 700
|
||||
redis-server --save "" --port 0 --unixsocket "$(sockpath)" --unixsocketperm 700
|
||||
}
|
||||
|
||||
# $1 = socket
|
||||
|
|
|
|||
Loading…
Reference in a new issue