Launch agent issue
Launch agent issue
- Subject: Launch agent issue
- From: Robert Poland <email@hidden>
- Date: Thu, 15 Jan 2015 07:10:23 -0700
I realize that this is not an applescript issue but I hope it will teach the experts that may have an answer.
I have a launch agent (below) that has quit and I see no reason for it.
The Script addressed works when run by it’s self.
I have unloaded and loaded it.
A "launchctl list" command shows it is active.
Help would be appreciated.
<?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.MorningStartup</string>
<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/MorningStartUp.app</string>
</array>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>
<integer>5</integer>
<key>Minute</key>
<integer>30</integer>
</dict>
</dict>
</plist>
TIA,
Robert 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