aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--manager/install.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/manager/install.go b/manager/install.go
index 00ed1f40..076f33b3 100644
--- a/manager/install.go
+++ b/manager/install.go
@@ -159,6 +159,7 @@ func InstallTunnel(configPath string) error {
ServiceType: windows.SERVICE_WIN32_OWN_PROCESS,
StartType: mgr.StartAutomatic,
ErrorControl: mgr.ErrorNormal,
+ Dependencies: []string{"Nsi"},
DisplayName: "WireGuard Tunnel: " + name,
}