diff doc/admin_guide.txt @ 2406:3f66eb446aa4 maint-0.7

copy, not move
author Richard Jones <richard@users.sourceforge.net>
date Tue, 08 Jun 2004 23:45:03 +0000
parents 4a157c198585
children debf57fc8c0f
line wrap: on
line diff
--- a/doc/admin_guide.txt	Tue Jun 08 10:28:18 2004 +0000
+++ b/doc/admin_guide.txt	Tue Jun 08 23:45:03 2004 +0000
@@ -2,7 +2,7 @@
 Administration Guide
 ====================
 
-:Version: $Revision: 1.5 $
+:Version: $Revision: 1.5.2.1 $
 
 .. contents::
 
@@ -169,17 +169,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
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Roundup Issue Tracker: http://roundup-tracker.org/