diff options
author | Kali Kaneko <kali@leap.se> | 2018-03-05 17:55:29 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-03-22 17:47:07 +0100 |
commit | 9ee4859558b868f01012c39dd98bf292d64e09f0 (patch) | |
tree | f4a96f62fb5bdd5da0b343ac0912866effc2184c /pkg/osx/scripts-riseupvpn/se.leap.bitmask-helper.plist | |
parent | 176035bc57d22f2e7e879331b84f8d8afa232e0d (diff) |
[pkg] minor adjustments for riseupvpn osx bundle
- duplicate the scripts folder for riseupvpn
- fix renaming of helper
- set openvpn path for riseupvpn
Diffstat (limited to 'pkg/osx/scripts-riseupvpn/se.leap.bitmask-helper.plist')
-rw-r--r-- | pkg/osx/scripts-riseupvpn/se.leap.bitmask-helper.plist | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/pkg/osx/scripts-riseupvpn/se.leap.bitmask-helper.plist b/pkg/osx/scripts-riseupvpn/se.leap.bitmask-helper.plist new file mode 100644 index 00000000..8ebfb947 --- /dev/null +++ b/pkg/osx/scripts-riseupvpn/se.leap.bitmask-helper.plist @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>WorkingDirectory</key> + <string>/Applications/RiseupVPN.app/Contents/Resources/bitmask-helper/</string> + <key>StandardOutPath</key> + <string>bitmask-helper.log</string> + <key>StandardErrorPath</key> + <string>bitmask-helper-err.log</string> + <key>GroupName</key> + <string>daemon</string> + <key>RunAtLoad</key> + <true/> + <key>SessionCreate</key> + <true/> + <key>KeepAlive</key> + <true/> + <key>ThrottleInterval</key> + <integer>5</integer> + <key>Label</key> + <string>se.leap.BitmaskHelper</string> + <key>Program</key> + <string>/Applications/RiseupVPN.app/Contents/Resources/bitmask-helper/bitmask-helper</string> +</dict> +</plist> |