/usr/share/doc/refdb/refdb-manual/re01.html is in refdb-doc 1.0.2-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>refdbctl</title><link rel="stylesheet" type="text/css" href="manual.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><link rel="home" href="index.html" title="RefDB handbook" /><link rel="up" href="ch12.html" title="Chapter 12. The application server" /><link rel="prev" href="ch12.html" title="Chapter 12. The application server" /><link rel="next" href="re02.html" title="refdbd" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">refdbctl</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch12.html">Prev</a> </td><th width="60%" align="center">Chapter 12. The application server</th><td width="20%" align="right"> <a accesskey="n" href="re02.html">Next</a></td></tr></table><hr /></div><div class="refentry"><a id="refentry-refdbctl"></a><div class="titlepage"></div><div class="refnamediv"><a id="refdbctl-name"></a><h2>Name</h2><p>refdbctl — refdbd startup script</p></div><div class="refsynopsisdiv"><a id="refdbctl-synopsis"></a><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">refdbctl</code> <em class="replaceable"><code>start</code></em> | <em class="replaceable"><code>stop</code></em> | <em class="replaceable"><code>restart</code></em> | <em class="replaceable"><code>reload</code></em> </p></div></div><div class="refsect1"><a id="refdbctl-description"></a><h2>Description</h2><p>refdbctl is a wrapper script to be used as a manual control script for the refdbd(1) daemon. It is also used by the refdb(8) startup script. The script takes care of avoiding multiple copies of the daemon and allows you to stop the daemon without knowing its process ID.</p></div><div class="refsect1"><a id="refdbctl-options"></a><h2>Options</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><span class="emphasis"><em>start</em></span></span></dt><dd><p>Starts the refdbd(1) daemon unless it is already running</p></dd><dt><span class="term"><span class="emphasis"><em>stop</em></span></span></dt><dd><p>Stops the refdbd(1) daemon</p></dd><dt><span class="term"><span class="emphasis"><em>restart</em></span></span></dt><dd><p>Restarts the refdbd(1) daemon if it is already running. The existing process is stopped, and a new process is started.</p></dd><dt><span class="term"><span class="emphasis"><em>reload</em></span></span></dt><dd><p>Asks the refdbd(1) daemon to reload its configuration file. Use this command to let changes to your configuration file take effect without stopping the process.</p></dd></dl></div></div><div class="refsect1"><a id="refdbctl-files"></a><h2>Files</h2><p><code class="filename">/run/refdbd.pid</code></p><p>The run file containing the process ID of the running refdbd process.</p></div><div class="refsect1"><a id="refdbctl-see_also"></a><h2>See also</h2><p><span class="emphasis"><em>RefDB</em></span> (7),
<span class="emphasis"><em><a class="link" href="re02.html" title="refdbd">refdbd</a></em></span> (1).</p><p><span class="emphasis"><em>RefDB manual (local copy) </em></span> PREFIX/share/doc/refdb-<version>/refdb-manual/index.html</p><p><span class="emphasis"><em>RefDB manual (web) </em></span> <<a class="ulink" href="http://refdb.sourceforge.net/manual/index.html" target="_top">http://refdb.sourceforge.net/manual/index.html</a>></p><p><span class="emphasis"><em>RefDB on the web </em></span> <<a class="ulink" href="http://refdb.sourceforge.net/" target="_top">http://refdb.sourceforge.net/</a>></p></div><div class="refsect1"><a id="refdbctl-author"></a><h2>Author</h2><p>refdbctl was written by Markus Hoenicka <markus@mhoenicka.de>.</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch12.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch12.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="re02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 12. The application server </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> refdbd</td></tr></table></div></body></html>
|