summaryrefslogtreecommitdiff
path: root/branding/templates/qtinstaller/osx-data/se.leap.bitmask-helper.plist
diff options
context:
space:
mode:
authorkali <kali@leap.se>2020-10-08 03:04:25 +0200
committerRuben Pollan <meskio@sindominio.net>2020-10-13 19:08:50 +0200
commit4d9d578902aae37d62ea3218efa2b062cb7f893f (patch)
tree39c96fc5d3cb7703e2fbea07e5782fcdb4b4189a /branding/templates/qtinstaller/osx-data/se.leap.bitmask-helper.plist
parentc77ba97502da5c954447abf738ab78108d1b0892 (diff)
[pkg] parametrize win/osx installer
Diffstat (limited to 'branding/templates/qtinstaller/osx-data/se.leap.bitmask-helper.plist')
-rw-r--r--branding/templates/qtinstaller/osx-data/se.leap.bitmask-helper.plist26
1 files changed, 26 insertions, 0 deletions
diff --git a/branding/templates/qtinstaller/osx-data/se.leap.bitmask-helper.plist b/branding/templates/qtinstaller/osx-data/se.leap.bitmask-helper.plist
new file mode 100644
index 0000000..c333aba
--- /dev/null
+++ b/branding/templates/qtinstaller/osx-data/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>PATH</string>
+ <key>StandardOutPath</key>
+ <string>PATH/helper/bitmask-helper.log</string>
+ <key>StandardErrorPath</key>
+ <string>PATH/helper/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>PATH/bitmask-helper</string>
+</dict>
+</plist>