24 Jul
2007
24 Jul
'07
11:23 p.m.
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