diff options
Diffstat (limited to 'usr.sbin/service/service.8')
-rw-r--r-- | usr.sbin/service/service.8 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/usr.sbin/service/service.8 b/usr.sbin/service/service.8 index 380fbc8c1269..3858e608b785 100644 --- a/usr.sbin/service/service.8 +++ b/usr.sbin/service/service.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd January 29, 2024 +.Dd August 2, 2025 .Dt SERVICE 8 .Os .Sh NAME @@ -34,6 +34,7 @@ .Fl e .Nm .Op Fl j Ar jail +.Op Fl q .Fl R .Nm .Op Fl j Ar jail @@ -45,10 +46,10 @@ .Fl r .Nm .Op Fl j Ar jail -.Op Fl v +.Op Fl dqv .Op Fl E Ar var=value .Ar script -.Ar command +.Op Ar command .Sh DESCRIPTION The .Nm @@ -73,6 +74,8 @@ scripts, see .Pp The options are as follows: .Bl -tag -width F1 +.It Fl d +Enable debugging. .It Fl E Ar var=value Set the environment variable .Ar var @@ -105,6 +108,9 @@ this is usually .Pa /usr/local/etc/rc.d . All files will be listed whether they are an actual rc.d script or not. +.It Fl q +Be quiet, redirecting output to +.Pa /dev/null . .It Fl R Restart all enabled local services. .It Fl r @@ -187,7 +193,7 @@ complete service 'c/-/(e l r v)/' 'p/1/`service -l`/' \e .Ed .Pp The following programmable completion entry can be used in -.Xr bash 1 +.Xr bash 1 Pq Pa ports/shells/bash for the names of the rc.d scripts: .Bd -literal -offset indent _service () { |