Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
---|
3 | <plist version="1.0">
|
---|
4 | <dict>
|
---|
5 | <key>Label</key>
|
---|
6 | <string>net.sabi.BrightnessAgent</string>
|
---|
7 | <key>LimitLoadToSessionType</key>
|
---|
8 | <string>LoginWindow</string>
|
---|
9 | <key>OnDemand</key>
|
---|
10 | <false/>
|
---|
11 | <key>ProgramArguments</key>
|
---|
12 | <array>
|
---|
13 | <string>/Library/PrivilegedHelperTools/brightness</string>
|
---|
14 | <string>0</string>
|
---|
15 | </array>
|
---|
16 | <key>KeepAlive</key>
|
---|
17 | <false/>
|
---|
18 | <key>RunAtLoad</key>
|
---|
19 | <true/>
|
---|
20 | </dict>
|
---|
21 | </plist>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.