]>
Commit | Line | Data |
---|---|---|
34d340d7 A |
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.bsd.dirhelper</string> | |
7 | <key>MachServices</key> | |
8 | <dict> | |
9 | <key>com.apple.bsd.dirhelper</key> | |
10 | <true/> | |
11 | </dict> | |
12 | <key>ProgramArguments</key> | |
13 | <array> | |
14 | <string>/usr/libexec/dirhelper</string> | |
15 | </array> | |
16 | <key>RunAtLoad</key> | |
17 | <true/> | |
18 | <key>TimeOut</key> | |
19 | <integer>30</integer> | |
20 | <key>StartCalendarInterval</key> | |
21 | <dict> | |
22 | <key>Hour</key> | |
23 | <integer>3</integer> | |
24 | <key>Minute</key> | |
25 | <integer>35</integer> | |
26 | </dict> | |
27 | <key>EnvironmentVariables</key> | |
28 | <dict> | |
29 | <key>CLEAN_FILES_OLDER_THAN_DAYS</key> | |
30 | <string>3</string> | |
31 | </dict> | |
32 | </dict> | |
33 | </plist> |