diff options
Diffstat (limited to 'helper/windows.go')
-rw-r--r-- | helper/windows.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helper/windows.go b/helper/windows.go index 47f53ff..61096c2 100644 --- a/helper/windows.go +++ b/helper/windows.go @@ -28,6 +28,8 @@ const ( chocoOpenvpnPath = `C:\Program Files\OpenVPN\bin\openvpn.exe` ) +func daemonize() {} + func getOpenvpnPath() string { if _, err := os.Stat(openvpnPath); !os.IsNotExist(err) { return openvpnPath |