| 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>localhost.myuser.fetchmail</string> |
|---|
| 7 | <key>ServiceDescription</key> |
|---|
| 8 | <string>fetchmail - myuser user</string> |
|---|
| 9 | <key>Disabled</key> |
|---|
| 10 | <false/> |
|---|
| 11 | <key>UserName</key> |
|---|
| 12 | <string>myuser</string> |
|---|
| 13 | <key>ProgramArguments</key> |
|---|
| 14 | <array> |
|---|
| 15 | <string>/Users/myuser/devel/scripts/fetchmail-call.sh</string> |
|---|
| 16 | </array> |
|---|
| 17 | <key>RunAtLoad</key> |
|---|
| 18 | <true/> |
|---|
| 19 | <key>StartInterval</key> |
|---|
| 20 | <integer>120</integer> |
|---|
| 21 | </dict> |
|---|
| 22 | </plist> |
|---|