mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-03 02:21:58 +00:00
cmd/tailscaled: move more of the Windows server setup code into tailscaled
Updates #1232
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user