LaunchDaemons won't work.
Ryan Schmidt
ryandesign at macports.org
Tue Jul 24 16:23:52 PDT 2007
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
More information about the macports-users
mailing list