mirror of https://github.com/tailscale/tailscale/
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>pull/11901/head
parent
3672f29a4e
commit
45f0721530
Loading…
Reference in New Issue