-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.github.WiFiSwitcher.plist
More file actions
37 lines (37 loc) · 1.29 KB
/
com.github.WiFiSwitcher.plist
File metadata and controls
37 lines (37 loc) · 1.29 KB
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
34
35
36
37
<?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>Label</key>
<string>com.github.WiFiSwitcher</string>
<!-- <key>Program</key> -->
<!-- <string>/usr/local/bin/wifi-off</string> -->
<key>ProgramArguments</key>
<array>
<!-- <string>/bin/bash</string> -->
<!-- <string>-c</string> -->
<string>/usr/local/bin/wifi-off</string>
</array>
<key>Nice</key>
<integer>2</integer>
<!-- <key>StartInterval</key> -->
<!-- <integer>5</integer> -->
<!-- <key>inetdCompatibility</key> -->
<!-- <dict> -->
<!-- <key>Wait</key> -->
<!-- <false/> -->
<!-- </dict> -->
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
<!-- <key>ThrottleInterval</key> -->
<!-- <integer>5</integer> -->
<key>LimitLoadToSessionType</key>
<string>Background</string>
<!-- <key>StandardErrorPath</key> -->
<!-- <string>/tmp/mycommand.err</string> -->
<!-- <key>StandardOutPath</key> -->
<!-- <string>/tmp/mycommand.out</string> -->
</dict>
</plist>