-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcom.nvram.storage.plist
29 lines (29 loc) · 978 Bytes
/
com.nvram.storage.plist
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>Label</key>
<string>com.nvram.storage</string>
<key>OnDemand</key>
<false/>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/sandbox-exec</string>
<string>-f</string>
<string>/Extra/NVRAM/Sandbox/com.nvram.storage.sb</string>
<string>/Extra/NVRAM/Daemon/nvramDaemon</string>
</array>
<key>ServiceIPC</key>
<false/>
<key>StandardErrorPath</key>
<string>/var/log/nvramStorage.log</string>
<key>StandardOutPath</key>
<string>/var/log/nvramStorage.log</string>
<key>KeepAlive</key>
<true/>
<key>RunAtLoad</key>
<true/>
<key>ThrottleInterval</key>
<integer>30</integer>
</dict>
</plist>