59 lines
1.4 KiB
HTML
59 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="%l">
|
|
<head>
|
|
<!-- Copyright (c) 1998-2006 INRIA - GeneWeb -->
|
|
<!-- $Id: gwd_info.htm,v 7.00 2018-04-19 05:35:06 ddr Exp $ -->
|
|
<meta charset="utf-8">
|
|
<meta name="robots" content="none">
|
|
<link rel="shortcut icon" href="images/favicon_gwsetup.png">
|
|
|
|
<title>[Service gwd]
|
|
</title>
|
|
%fsetup.css;
|
|
</head>
|
|
|
|
<body %Vbody_prop;>
|
|
|
|
<div style="background:url('images/gwlogo.png') no-repeat left top; text-align:center; height:95px; line-height:95px; color:#2f6400;">
|
|
<h1 style="margin:0;">[Service gwd]</h1>
|
|
</div>
|
|
<p>
|
|
[To start the service][:]
|
|
<p>
|
|
<ul><li>[Under Windows, launch the program "gwd".]
|
|
</ul>
|
|
<p>
|
|
<ul><li>[Under Unix, launch an xterm and type the following commands][:]
|
|
<p>
|
|
<pre>
|
|
$ cd "%w"
|
|
$ %x%/gwd -hd %x
|
|
</pre>
|
|
</ul>
|
|
<p>
|
|
<ul><li>[Under Linux, if you installed %G as an rpm package, the service has been automatically launched. If you stopped it and want to restart it, become root and type][:]
|
|
%(
|
|
Under Linux, if you installed %G as an rpm package, the service has been
|
|
automatically launched. If you stopped it and want to restart it, become root and type
|
|
%)
|
|
<p>
|
|
<pre>
|
|
$ /etc/rc.d/init.d/gwd start
|
|
</pre>
|
|
</ul>
|
|
<p>
|
|
[To stop the service][:]
|
|
<p>
|
|
<ul><li>[Under Windows or Unix, type "control C" in the window where it is running.]
|
|
</ul>
|
|
<p>
|
|
<ul><li>[Under Linux, if you installed %G as an rpm package, become root and type][:]
|
|
<p>
|
|
<pre>
|
|
$ /etc/rc.d/init.d/gwd stop
|
|
</pre>
|
|
</ul>
|
|
</body>
|
|
</html>
|
|
|