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 'How do you use this?' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
How do you use this?
Authored by: mmnw on Thu, Apr 24 2008 at 2:36AM PDT
This is perfectly correct. I'd like to add, if you would like to remove the job, you use
launchctl unload ~/Library/LaunchAgents/com.domain.whatever.plist
If you would like to remove the job permanently you should also delete/move the file from that folder (or set the disabled key in the plist file to true, see the man launchd.plist for details). You should also unload and then load again if you modify the .plist file.

[ Reply to This | # ]