On Jul 24, 2007, at 17:29, Samuel V. Green III wrote:

What exactly is the command to manually start the "start-up items?"

To activate a launch daemon service now, and have it activate at every subsequent system startup (if it's working properly), do e.g. this:

sudo launchctl load -w /Library/LaunchDaemons/org.macports.apache2.plist

To stop the service now, and have it no longer attempt to activate at system startup, do this:

sudo launchctl unload -w /Library/LaunchDaemons/ org.macports.apache2.plist



_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to