diff options
Diffstat (limited to 'doc/src/syslogd.xml')
-rw-r--r-- | doc/src/syslogd.xml | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/doc/src/syslogd.xml b/doc/src/syslogd.xml new file mode 100644 index 0000000..4093b51 --- /dev/null +++ b/doc/src/syslogd.xml @@ -0,0 +1,112 @@ +<refentry> + + <refentryinfo> + <title>syslogd</title> + </refentryinfo> + + <refmeta> + <refentrytitle>syslogd</refentrytitle> + <manvolnum>1</manvolnum> + </refmeta> + + <refnamediv> + <refname>syslogd</refname> + <refpurpose>service process (daemon)</refpurpose> + </refnamediv> + + <refsynopsisdiv> + <cmdsynopsis> + <command>syslogd</command> +<group choice="opt"><arg>-h</arg><arg>--help</arg></group> +<group choice="opt"><arg>-i</arg><arg>--install</arg></group> +<group choice="opt"><arg>-I</arg><arg>--instance</arg><replaceable>name</replaceable></group> +<group choice="opt"><arg>-p</arg><arg>--priority</arg><replaceable>name</replaceable></group> +<group choice="opt"><arg>-r</arg><arg>--remove</arg></group> +<group choice="opt"><arg>-s</arg><arg>--shutdown</arg></group> +<group choice="opt"><arg>-v</arg><arg>--verbose</arg></group> + </cmdsynopsis> + </refsynopsisdiv> + + <refsect1> + <title>Options</title> + <para> + <variablelist> + <varlistentry> + <term> +<option>-h</option> | <option>--help</option> + </term> + <listitem> + <para> +Display help message. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term> +<option>-i</option> | <option>--install</option> + </term> + <listitem> + <para> +Install and start service. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term> +<option>-I</option> | <option>--instance</option><replaceable>name</replaceable> + </term> + <listitem> + <para> +Specify instance name for the daemon. +This option is useful to install and run multiple daemons in the system. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term> +<option>-p</option> | <option>--priority</option><replaceable>name</replaceable> + </term> + <listitem> + <para> +Set priority class for the daemon. +Name may be <quote>normal</quote>, <quote>high</quote> or <quote>highest</quote>. +Default is <quote>normal</quote>. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term> +<option>-r</option> | <option>--remove</option> + </term> + <listitem> + <para> +Stop and remove service. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term> +<option>-s</option> | <option>--shutdown</option> + </term> + <listitem> + <para> +Gracefully shutdown service. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term> +<option>-v</option> | <option>--verbose</option> + </term> + <listitem> + <para> +Increase verbosity level. +This option may be specified multiple times. + </para> + </listitem> + </varlistentry> + </variablelist> + </para> + </refsect1> + +</refentry> |