fix(agent): disable tcp listen

This commit is contained in:
zawz 2022-04-08 14:28:39 +02:00
parent 75ba7b58bf
commit 5f1fc6bae4

View file

@ -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