blob: d05e82047ed9edbb94fb324dd094325d9222aee0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla/4.72C-CCK-MCD Caldera Systems OpenLinux [en] (X11; U; Linux 2.2.14 i686) [Netscape]">
<title>OpenSLP Users Guide - Command Line Options</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000">
<h2>
Command Line Options</h2>
<hr WIDTH="100%">
<p>Currently the OpenSLP daemon (slpd) accepts several useful command line
options.
<br>
<h3>
Command Line</h3>
<tt>slpd [-d] [-c <i>configfile</i>] [-r <i>registrationfile</i>] [-l <i>logfile</i>] [-p
<i>pidfile</i>]</tt>
<h3>
Options</h3>
<tt>[-d]</tt>
<blockquote>Don't detach from the controlling tty.</blockquote>
<tt>[-c <i>configfile</i>]</tt>
<blockquote>Use <tt><i>configfile</i></tt> as the file slpd reads to obtain configuration
information, rather than the default, <tt>/etc/slp.conf</tt>. See <a href="SlpConf.html">Modifying
the slp.conf configuration file</a> for details.</blockquote>
<tt>[-r <i>registrationfile</i>]</tt>
<blockquote>Use <tt><i>registrationfile</i></tt> as the file that slpd reads to obtain static
registrations, rather than the default, <tt>/etc/slp.reg</tt>. See <a href="SlpReg.html">Creating
a registration file</a> for details.</blockquote>
<tt>[-l <i>logfile</i>]</tt>
<blockquote>Use <tt><i>logfile</i></tt> as the file that slpd reads to write log messages, rather than the default, <tt>/var/log/slpd.log</tt>.</blockquote>
<tt>[-p <i>pidfile</i>]</tt>
<blockquote>Use <tt><i>pidfile</i></tt> as the file that holds the slpd process id, rather than the default, <tt>/var/run/slpd.pid</tt>.</blockquote>
<blockquote> </blockquote>
</body>
</html>
|