Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Automatically start PostgreSQL at boot' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Automatically start PostgreSQL at boot
Authored by: psychoacoustic on May 17, '06 04:21:37PM
/ This .plist needs to be installed in /System/Library/LaunchDaemons/ NOT /Library/LaunchDaemons/

This is absolutely wrong. Per Apple's Getting Started with launchd page, only Apple launchd jobs should ever be installed under /System/Library. In fact, /System as a whole is reserved for Apple use, which is why they provide two places for non-Apple app data and configuration: /Library for system-wide data and ~/Library for user-specific data.

If the launchd script in question wasn't working in /Library/LaunchDaemons, I expect there was some other problem at work. Check out the Apple doc above for more info and links to other Apple system startup documentation.



[ Reply to This | # ]