summaryrefslogtreecommitdiff
path: root/pkg/osx/scripts/se.leap.bitmask-helper.plist
blob: b5990f6e27d8af045c36d068fd5532b7edb21cc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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/Bitmask.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/Bitmask.app/Contents/Resources/bitmask-helper/bitmask-helper</string>
</dict>
</plist>