-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcom.keylight.daemon.plist
More file actions
33 lines (33 loc) · 981 Bytes
/
com.keylight.daemon.plist
File metadata and controls
33 lines (33 loc) · 981 Bytes
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
30
31
32
33
<?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>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:</string>
<key>elgato_ip</key>
<string><REPLACE_IP_ADDRESS></string>
<key>number_of_lights</key>
<string>1</string>
</dict>
<key>GroupName</key>
<string>wheel</string>
<key>Label</key>
<string>com.keylight</string>
<key>ProgramArguments</key>
<array>
<string>sh</string>
<string>-c</string>
<string>/Users/<REPLACE_USER>/bin/onair.sh</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/tmp/keylight.stderr</string>
<key>StandardOutPath</key>
<string>/tmp/keylight.stdout</string>
<key>UserName</key>
<string>root</string>
</dict>
</plist>