]> git.saurik.com Git - apple/shell_cmds.git/blob - locate/locate/com.apple.locate.plist
shell_cmds-149.tar.gz
[apple/shell_cmds.git] / locate / locate / com.apple.locate.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//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>com.apple.locate</string>
7 <key>Disabled</key>
8 <true/>
9 <key>ProgramArguments</key>
10 <array>
11 <string>/usr/libexec/locate.updatedb</string>
12 </array>
13 <key>LowPriorityIO</key>
14 <true/>
15 <key>Nice</key>
16 <integer>5</integer>
17 <key>KeepAlive</key>
18 <dict>
19 <key>PathState</key>
20 <dict>
21 <key>/var/db/locate.database</key>
22 <false/>
23 </dict>
24 </dict>
25 <key>StartCalendarInterval</key>
26 <dict>
27 <key>Hour</key>
28 <integer>3</integer>
29 <key>Minute</key>
30 <integer>15</integer>
31 <key>Weekday</key>
32 <integer>6</integer>
33 </dict>
34 <key>AbandonProcessGroup</key>
35 <true/>
36 </dict>
37 </plist>