rcrun
, rcstart
,
rcforce
, rcfast
,
rcone
, rcstop
,
rcrestart
, rcreload
,
rcstatus
, rcvar
,
rcdisable
, rcenable
,
rclist
—
rc script control utility
The rcrun
utility provides a number of commands for
controlling rc(8) scripts.
The start
,
forcestart
, faststart
,
onestart
, stop
,
restart
, reload
,
status
, and rcvar
commands
are just passed to the scripts. See
rc(8) for more information on these commands.
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
, rcone
,
rcstop
, rcrestart
,
rcreload
, rcstatus
,
rcvar
, rcdisable
,
rcenable
and rclist
are
shortcuts for rcrun
's commands.
The rcrun
script first appeared in
DragonFly 1.0.