]>
Commit | Line | Data |
---|---|---|
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.launchd.test.StartInterval</string> | |
7 | <key>ProgramArguments</key> | |
8 | <array> | |
9 | <string>echo</string> | |
10 | <string>StartInterval</string> | |
11 | </array> | |
12 | <key>StartInterval</key> | |
13 | <integer>3</integer> | |
14 | </dict> | |
15 | </plist> |