summaryrefslogtreecommitdiff
path: root/osx/scripts/se.leap.bitmask-helper.plist
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2018-07-04 01:29:39 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2018-07-07 04:54:45 +0200
commitf81d41682ec26c489264351679924fae76884a3d (patch)
tree9a91fcf7f0cc8baa75d42e22b72f753327516395 /osx/scripts/se.leap.bitmask-helper.plist
parent447c6554a4ecb120c407459bb4a173e414ce25e2 (diff)
[pkg] import more osx boilerplate
Diffstat (limited to 'osx/scripts/se.leap.bitmask-helper.plist')
-rw-r--r--osx/scripts/se.leap.bitmask-helper.plist26
1 files changed, 26 insertions, 0 deletions
diff --git a/osx/scripts/se.leap.bitmask-helper.plist b/osx/scripts/se.leap.bitmask-helper.plist
new file mode 100644
index 0000000..8ebfb94
--- /dev/null
+++ b/osx/scripts/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>