Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Lingon - Use a GUI to create recurring events' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Lingon - Use a GUI to create recurring events
Authored by: mark hunte on Mon, Apr 21 2008 at 11:18AM PDT
To load and unload the Agent, use load and unload.

launchctl load /Library/LaunchAgents/foo.plist

launchctl unload /Library/LaunchAgents/foo.plist

AFAIK the launchctl unload will only be in effect until next logout.
if you want to unload using the this method permanently use the -w option.

launchctl unload -w /Library/LaunchAgents/foo.plist

---
mh

[ Reply to This | # ]