xenial (1) refdbctl.1.gz

Provided by: refdb-server_1.0.2-3ubuntu1_amd64 bug

NAME

       refdbctl - refdbd startup script

SYNOPSIS

       refdbctl start | stop | restart | reload

DESCRIPTION

       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.

OPTIONS

       start
           Starts the refdbd(1) daemon unless it is already running

       stop
           Stops the refdbd(1) daemon

       restart
           Restarts the refdbd(1) daemon if it is already running. The existing process is stopped, and a new
           process is started.

       reload
           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.

FILES

       /run/refdbd.pid

       The run file containing the process ID of the running refdbd process.

SEE ALSO

       RefDB (7), refdbd (1).

       RefDB manual (local copy) PREFIX/share/doc/refdb-<version>/refdb-manual/index.html

       RefDB manual (web) <http://refdb.sourceforge.net/manual/index.html>

       RefDB on the web <http://refdb.sourceforge.net/>

AUTHOR

       refdbctl was written by Markus Hoenicka <markus@mhoenicka.de>.