summaryrefslogtreecommitdiff
path: root/pkg/osx/se.leap.bitmask-helper.plist
blob: 4428f1316ebee0e1b3390175610d5e2d2df83584 (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
27
28
29
<?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>StandardOutPath</key>
	<string>bitmask-helper.log</string>
	<key>StandardErrorPath</key>
	<string>bitmask-helper-err.log</string>
	<key>GroupName</key>
	<string>daemon</string>
	<key>KeepAlive</key>
	<dict>
		<key>SuccessfulExit</key>
		<false/>
	</dict>
	<key>Label</key>
	<string>se.leap.bitmask-helper</string>
	<key>ProgramArguments</key>
	<array>
		<string>/Applications/Bitmask.app/Contents/Resources/bitmask-helper/bitmask-helper</string>
	</array>
	<key>RunAtLoad</key>
	<true/>
	<key>WorkingDirectory</key>
	<string>/Applications/Bitmask.app/Contents/Resources/bitmask-helper/</string>
	<key>SessionCreate</key>
	<true/>
</dict>
</plist>