aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Albsmeier <mail@fbsd2.e4m.org>2026-04-12 16:10:59 +0000
committerMichael Osipov <michaelo@FreeBSD.org>2026-04-12 16:28:24 +0000
commite9a69948a8837601d71e556550a272ca85c03e48 (patch)
treebb2788fd1ced7d31ebebefec2e52508f202e4de1
parent938c076b9b0bc458a3877b52535527d37199fc09 (diff)
daemon(8): Add "--output-file -o" to list of options enabling supervision mode
This is the small internal doc fix from https://reviews.freebsd.org/D46313 Reviewed by: michaelo Approved by: (blanket; comment fix) MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D55325
-rw-r--r--usr.sbin/daemon/daemon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/daemon/daemon.c b/usr.sbin/daemon/daemon.c
index 341438730a6d..9158d6404b29 100644
--- a/usr.sbin/daemon/daemon.c
+++ b/usr.sbin/daemon/daemon.c
@@ -194,6 +194,7 @@ main(int argc, char *argv[])
/*
* Supervision mode is enabled if one of the following options are used:
+ * --output-file -o
* --child-pidfile -p
* --supervisor-pidfile -P
* --restart -r / --restart-delay -R