summaryrefslogtreecommitdiffhomepage
path: root/control/controlknobs/controlknobs.go
diff options
context:
space:
mode:
authorIrbe Krumina <irbe@tailscale.com>2024-04-27 20:28:09 +0100
committerGitHub <noreply@github.com>2024-04-27 20:28:09 +0100
commit45f07215301eb43eb93616fe7c94cb111c68b30a (patch)
tree2d40bc9f85c4a50be358c715df49b194d977533e /control/controlknobs/controlknobs.go
parent3672f29a4ea298de1e0e6d2f79202421a4f0f9e6 (diff)
downloadtailscale-45f07215301eb43eb93616fe7c94cb111c68b30a.tar.xz
tailscale-45f07215301eb43eb93616fe7c94cb111c68b30a.zip
cmd/containerboot: wait on tailscaled process only (#11897)
Modifies containerboot to wait on tailscaled process only, not on any child process of containerboot. Waiting on any subprocess was racing with Go's exec.Cmd.Run, used to run iptables commands and that starts its own subprocesses and waits on them. Containerboot itself does not run anything else except for tailscaled, so there shouldn't be a need to wait on anything else. Updates tailscale/tailscale#11593 Signed-off-by: Irbe Krumina <irbe@tailscale.com>
Diffstat (limited to 'control/controlknobs/controlknobs.go')
0 files changed, 0 insertions, 0 deletions