• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Launch agent issue
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Launch agent issue
      • From: Axel Luttgens <email@hidden>
  • Prev by Date: Re: InDesign CS6
  • Next by Date: Launch agent issue
  • Previous by thread: Re: InDesign CS6
  • Next by thread: Re: Launch agent issue
  • Index(es):
    • Date
    • Thread