DragonFly On-Line Manual Pages

Search: Section:  


RCRUN(8)               DragonFly System Manager's Manual              RCRUN(8)

NAME

rcrun, rcstart, rcforce, rcfast, rcone, rcstop, rcrestart, rcreload, rcstatus, rcvar, rcdisable, rcenable, rclist -- rc script control utility

SYNOPSIS

rcrun command script ... rcstart script ... rcforce script ... rcfast script ... rcone script ... rcstop script ... rcrestart script ... rcreload script ... rcstatus 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, 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.

SEE ALSO

rc.conf(5), rc(8), rc.subr(8)

HISTORY

The rcrun script first appeared in DragonFly 1.0.

AUTHORS

Matt Dillon DragonFly 3.9 November 17, 2014 DragonFly 3.9

Search: Section: