I hava installed apache and mysql in my Mac, how to make them auto-start after system boots ? thanks!
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
The preferred way to launch things like that is now launchd -- create a launchd .plist file and put it in /Library/LaunchDaemons. Apple's documentation is here. One warning: launchd items should not daemonize themselves. Apache does this by default, so run it with the
|
|||
|
|