You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.8 KiB
HTML
42 lines
1.8 KiB
HTML
<!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>
|