diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-07-10 17:24:47 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-07-10 17:24:47 +0200 |
commit | 6c0d093f76b5a35a141589f15aec21fbe1e69d8e (patch) | |
tree | 3bec0f703b6581424c01341b72f88e8e6f8531b9 /helper/windows.go | |
parent | 1aa4b28fe7129182e65b23e89fbc1b6017e0fe4a (diff) |
[bug] define daemonize for all OSes
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 |