1
vote
1answer
275 views

Need to know what's the contents of /var/db/launchd.db/com.apple.launchd/overrides.plist from Mac OS X Mountain Lion?

I accidentally issued the following command: # launchctl load -w /System/Library/LaunchDaemons/ I wish to see outputs of mac os x mountain lion launchd% list command. See below on pastie the current ...
0
votes
0answers
21 views

Is it possible to control specific behaviors of a launch daemon (system) on os x?

Is it possible to control specific behaviors of a launch daemon (system) on os x? For example: spotlight daemon (com.apple.spotlight.*) controls what do to when a spot light search is made. -How ...
1
vote
1answer
35 views

Where does mysql register to start itself at boot time?

I've got a Macbook Air that is starting mysql on boot. I've looked in LaunchAgents, LaunchDaemons, .bash_profile and .profile and login items. It's also not in /etc/rc.local. Where else can I look? ...