Re: cron/Launchd Editor
Re: cron/Launchd Editor
- Subject: Re: cron/Launchd Editor
- From: Robert Poland <email@hidden>
- Date: Tue, 22 Sep 2009 09:49:51 -0600
Guess I'm still confused;
This plist/launch agent, when loaded. starts immediately and runs
constantly instead of only running only at 9:59AM, every day. Am I
missing something?
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd
">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.rpoland.AlarmClockStart</string>
<key>OnDemand</key>
<false/>
<key>Program</key>
<string>/bin/sh</string>
<key>ProgramArguments</key>
<array>
<string>sh</string>
<string>-c</string>
<string>/usr/bin/osascript /Library/Scripts/Universal\ Scripts/
AlarmClockProStart.app</string>
</array>
<key>StartCalendarInterval</key>
<dict>
<key>Day</key>
<integer>0</integer>
<key>Hour</key>
<integer>9</integer>
<key>Minute</key>
<integer>59</integer>
<key>Month</key>
<integer>0</integer>
</dict>
</dict>
</plist>
Bob Poland - Fort Collins, CO
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden