]>
Commit | Line | Data |
---|---|---|
2fc1e207 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.atrun</string> | |
7 | <key>ProgramArguments</key> | |
8 | <array> | |
9 | <string>/usr/libexec/atrun</string> | |
10 | </array> | |
11 | <key>StartInterval</key> | |
34d340d7 | 12 | <integer>30</integer> |
2fc1e207 A |
13 | <key>Disabled</key> |
14 | <true/> | |
15 | </dict> | |
16 | </plist> |