RCRUN(8) BSD System Manager's Manual RCRUN(8)NAME
rcrun, rcstart, rcforce, rcfast, rcstop, rcrestart, rcvar, rcdisable,
rcenable, rclist — rc script control utility
SYNOPSIS
rcrun command script ...
rcstart script ...
rcforce script ...
rcfast script ...
rcstop script ...
rcrestart script ...
rcvar script ...
rcdisable script ...
rcenable script ...
rclist [script ...]
DESCRIPTION
The rcrun utility provides a number of commands for controlling rc(8)
scripts.
The start, forcestart, faststart, stop, restart, and rcvar commands are
just passed to the scripts. See rc(8) for more information on these com‐
mands.
The remaining commands are:
disable Sets the corresponding _enable variable in rc.conf(5) to “NO”
and runs the stop command.
enable Sets the corresponding _enable variable in rc.conf(5) to “YES”
and runs the start command.
list Shows the status of the specified scripts. If no argument is
specified, the status of all scripts is shown.
Rcstart, rcforce, rcfast, rcstop, rcrestart, rcvar, rcdisable, rcenable
and rclist are shortcuts for rcrun's commands.
SEE ALSOrc.conf(5), rc(8)HISTORY
The rcrun script first appeared in DragonFly 1.0.
AUTHORS
Matt Dillon
BSD October 13, 2007 BSD