config: tailscale.socketPath is not respected
Opened this issue · 0 comments
tylersmalley commented
Providing tailscale.socketPath
does not appear to be respected.
./tool/go run ./cmd/tailscaled --socket=/tmp/ts/ts1.sock --state=/tmp/ts/ts1.state --statedir=/Library/Tailscale
Then when setting tailscale.socketPath
to /tmp/ts/ts1.sock
it's still using the App Store client.
It looks like we are handing off the socket to localclient, so not sure what is happening.