cmd/tailscaled: move more of the Windows server setup code into tailscaled

Updates #1232
This commit is contained in:
Brad Fitzpatrick
2021-02-05 09:53:54 -08:00
parent 6f7974b7f2
commit a7562be5e1
5 changed files with 127 additions and 9 deletions

View File

@@ -11,3 +11,5 @@ import "tailscale.com/logpolicy"
func isWindowsService() bool { return false }
func runWindowsService(pol *logpolicy.Policy) error { panic("unreachable") }
func beWindowsSubprocess() bool { return false }