summaryrefslogtreecommitdiff
path: root/helper/linux.go
diff options
context:
space:
mode:
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