aboutsummaryrefslogtreecommitdiff
path: root/share/man/man8
diff options
context:
space:
mode:
authorFranco Fichtner <franco@opnsense.org>2024-05-24 16:38:56 +0000
committerWarner Losh <imp@FreeBSD.org>2024-05-29 17:23:46 +0000
commit11333dd580b704fb4ff0836e1d1a0634099b0cf6 (patch)
treecac5a62b3a56f72a46d82e5b345d4f77426791b2 /share/man/man8
parentb661d9e64d73a244873fb2aa6c97e95a988fb758 (diff)
Diffstat (limited to 'share/man/man8')
-rw-r--r--share/man/man8/rc.subr.813
1 files changed, 10 insertions, 3 deletions
diff --git a/share/man/man8/rc.subr.8 b/share/man/man8/rc.subr.8
index 0906ecb2e787..8f7b72e96dc5 100644
--- a/share/man/man8/rc.subr.8
+++ b/share/man/man8/rc.subr.8
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd February 10, 2024
+.Dd May 28, 2024
.Dt RC.SUBR 8
.Os
.Sh NAME
@@ -826,8 +826,15 @@ This is a generic version of
or
.Va ${name}_nice .
.It Va ${name}_setup
-Command to be run prior to
-.Va command .
+Optional command to be run during
+.Cm start ,
+.Cm restart ,
+and
+.Cm reload
+prior to the respective
+.Ar argument Ns Va _precmd .
+If the command fails for any reason it will output a warning,
+but execution will continue.
.It Ar argument Ns Va _cmd
Shell commands which override the default method for
.Ar argument .