Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 2405:1736886eefb3
more windows info
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 08 Jun 2004 23:43:44 +0000 |
| parents | 4962f99aaa27 |
| children | 591e3cfe622a |
line wrap: on
line diff
--- a/doc/admin_guide.txt Tue Jun 08 05:37:36 2004 +0000 +++ b/doc/admin_guide.txt Tue Jun 08 23:43:44 2004 +0000 @@ -2,7 +2,7 @@ Administration Guide ==================== -:Version: $Revision: 1.6 $ +:Version: $Revision: 1.7 $ .. contents:: @@ -182,17 +182,22 @@ ------- On Windows, the roundup-server program runs as a Windows Service, and -therefore may be controlled through the Services control panel. - -TODO: info how to bring up the services panel. - -TODO: how to start the server in "service" mode. +therefore may be controlled through the Services control panel. The +roundup-server program may also control the service directly: -On windows, use:: +**install the service** + ``roundup-server -c install`` +**start the service** + ``roundup-server -c start`` +**stop the service** + ``roundup-server -c stop`` - roundup-server -c stop +To bring up the services panel: -to stop the running server. +Windows 2000 and later + Start/Control Panel/Administrative Tools/Services +Windows NT4 + Start/Control Panel/Services Running the Mail Gateway Script ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
