summaryrefslogtreecommitdiff
path: root/helper/linux.go
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-06-28 18:59:41 +0200
committerRuben Pollan <meskio@sindominio.net>2018-07-04 01:22:44 +0200
commita6342aa35bc325ae297d38966742e5d38a1bb3ff (patch)
tree03f8835a565ea8fe5a0f4b97c9a5f6d3499785cd /helper/linux.go
parent7e051942ea6412fe28815b8c5a004480742334b0 (diff)
[feat] configure logger
Diffstat (limited to 'helper/linux.go')
-rw-r--r--helper/linux.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper/linux.go b/helper/linux.go
index da570c2..5b167fb 100644
--- a/helper/linux.go
+++ b/helper/linux.go
@@ -24,6 +24,7 @@ import (
)
const (
+ logPath = "/var/log/riseupvpn-helper.log"
systemOpenvpnPath = "/usr/sbin/openvpn"
snapOpenvpnPath = "/snap/bin/riseup-vpn.openvpn"
)