Date: 2004-12-05T10:22:28 Editor: MattBishop <[EMAIL PROTECTED]> Wiki: Apache James Wiki Page: RunAsService URL: http://wiki.apache.org/james/RunAsService
no comment Change Log: ------------------------------------------------------------------------------ @@ -173,4 +173,12 @@ chmod 755 /Library/StartupItems/James/James }}} -You are now ready to restart your Mac OS X box and have James start up automatically. +You are now ready to restart your Mac OS X box and have James start up automatically. After booting, you can control James using Apple's SystemStarter command: + +{{{ + sudo SystemStarter James stop + sudo SystemStarter James start + sudo systemStarter James restart +}}} + +These commands start, stop and restart James. They need to be run with 'sudo' so James can open it's listener ports.