Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
REFDBCTL(1)			  RefDB Manual			     REFDBCTL(1)

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
     /var/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-man-
     ual/index.html

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

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

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

REFERENCES
     1. http://refdb.sourceforge.net/manual/index.html
	http://refdb.sourceforge.net/manual/index.html

     2. http://refdb.sourceforge.net/
	http://refdb.sourceforge.net/

2005-10-15			   2005-10-15			     REFDBCTL(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=refdbctl&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help