summaryrefslogtreecommitdiff
path: root/helper/linux.go
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-07-10 17:24:47 +0200
committerRuben Pollan <meskio@sindominio.net>2018-07-10 17:24:47 +0200
commit6c0d093f76b5a35a141589f15aec21fbe1e69d8e (patch)
tree3bec0f703b6581424c01341b72f88e8e6f8531b9 /helper/linux.go
parent1aa4b28fe7129182e65b23e89fbc1b6017e0fe4a (diff)
[bug] define daemonize for all OSes
Diffstat (limited to 'helper/linux.go')
-rw-r--r--helper/linux.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/helper/linux.go b/helper/linux.go
index ba43d82..f21cc55 100644
--- a/helper/linux.go
+++ b/helper/linux.go
@@ -28,6 +28,8 @@ const (
snapOpenvpnPath = "/snap/bin/riseup-vpn.openvpn"
)
+func daemonize() {}
+
func getOpenvpnPath() string {
if os.Getenv("SNAP") != "" {
return snapOpenvpnPath