You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/cmd/tailscaled
Aaron Klotz d915e0054c cmd/tailscaled: change Windows service shutdown and add optional event logging
Once a stop request is received and the service updates its status to `svc.StopPending`,
it should continue running *until the shutdown sequence is complete*, and then
return out of `(*ipnService).Execute`, which automatically sends a `svc.Stopped`
notification to Windows.

To make this happen, I changed the loop so that it runs until `doneCh` is
closed, and then returns. I also removed a spurious `svc.StopPending` notification
that the Windows Service Control Manager might be interpreting as a request for
more time to shut down.

Finally, I added some optional logging that sends a record of service notifications
to the Windows event log, allowing us to more easily correlate with any Service
Control Manager errors that are sent to the same log.

Change-Id: I5b596122e5e89c4c655fe747a612a52cb4e8f1e0
Signed-off-by: Aaron Klotz <aaron@tailscale.com>
2 years ago
..
childproc cmd/tailscaled/childproc: add be-child registration mechanism 2 years ago
debug.go cmd/tailscaled: make build fail nicely on older Go versions 2 years ago
depaware.txt cmd/tailscaled: change Windows service shutdown and add optional event logging 2 years ago
install_darwin.go cmd/tailscaled: make build fail nicely on older Go versions 2 years ago
install_windows.go cmd/tailscaled: make build fail nicely on older Go versions 2 years ago
proxy.go cmd/tailscaled: make build fail nicely on older Go versions 2 years ago
required_version.go cmd/tailscaled: make build fail nicely on older Go versions 2 years ago
ssh.go all: gofmt all 2 years ago
tailscaled.defaults cmd/tailscaled: rename relaynode reference in defaults file comment 4 years ago
tailscaled.go net/tsdial: add SystemDial as a wrapper on netns.Dial 2 years ago
tailscaled.openrc tstest/integration/vms: use an in-process logcatcher (#2360) 3 years ago
tailscaled.service cmd/tailscaled: set StateDirectoryMode=0700 in tailscaled.service 3 years ago
tailscaled_bird.go cmd/tailscaled: make build fail nicely on older Go versions 2 years ago
tailscaled_notwindows.go cmd/tailscaled: make build fail nicely on older Go versions 2 years ago
tailscaled_test.go cmd/tailscaled: add a no-op test for profiling init-time memory allocs 2 years ago
tailscaled_windows.go cmd/tailscaled: change Windows service shutdown and add optional event logging 2 years ago