aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/install.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/install.go')
-rw-r--r--service/install.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/service/install.go b/service/install.go
index 32131f94..9a57504f 100644
--- a/service/install.go
+++ b/service/install.go
@@ -160,8 +160,8 @@ func InstallTunnel(configPath string) error {
if err != nil {
return err
}
- service.Start()
- return service.Close()
+ go trackTunnelService(name, service)
+ return service.Start()
}
func UninstallTunnel(name string) error {