Code: Select all
Apr 18 14:19:38 kimba launchd: org.james.desktop: 9 more failures without living at least 60 seconds will cause job removalCode: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>GroupName</key>
<string>james</string>
<key>Label</key>
<string>org.james.script</string>
<key>Program</key>
<string>./script.pl</string>
<key>ProgramArguments</key>
<array>
<string>./script.pl</string>
</array>
<key>ServiceDescription</key>
<string>change desktop</string>
<key>StartInterval</key>
<integer>60</integer>
<key>TimeOut</key>
<integer>5</integer>
<key>UserName</key>
<string>james</string>
<key>WorkingDirectory</key>
<string>/Users/james</string>
</dict>
</plist>
