2015-12-05 04:22:19 +05:30
|
|
|
.\" Copyright (c) 2007-2015 The OpenRC Authors.
|
|
|
|
.\" See the Authors file at the top-level directory of this distribution and
|
2021-12-21 06:37:00 +05:30
|
|
|
.\" https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS
|
2007-12-17 15:44:54 +05:30
|
|
|
.\"
|
2015-12-05 04:22:19 +05:30
|
|
|
.\" This file is part of OpenRC. It is subject to the license terms in
|
|
|
|
.\" the LICENSE file found in the top-level directory of this
|
2021-12-21 06:37:00 +05:30
|
|
|
.\" distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE
|
2015-12-05 04:22:19 +05:30
|
|
|
.\" This file may not be copied, modified, propagated, or distributed
|
|
|
|
.\" except according to the terms contained in the LICENSE file.
|
2007-12-17 15:44:54 +05:30
|
|
|
.\"
|
2009-04-24 15:47:53 +05:30
|
|
|
.Dd April 24, 2008
|
2007-12-17 15:44:54 +05:30
|
|
|
.Dt RC-STATUS 8 SMM
|
|
|
|
.Os OpenRC
|
|
|
|
.Sh NAME
|
|
|
|
.Nm rc-status
|
|
|
|
.Nd show status info about runlevels
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
2009-04-24 15:47:53 +05:30
|
|
|
.Op Fl aclsuC
|
2019-02-16 01:51:43 +05:30
|
|
|
.Op Fl f Ar ini
|
2007-12-17 15:44:54 +05:30
|
|
|
.Op Ar runlevel
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2012-01-22 05:47:42 +05:30
|
|
|
gathers and displays information about the status of services
|
|
|
|
in different runlevels. The default behavior is to show information
|
2010-01-08 14:09:25 +05:30
|
|
|
about the current runlevel and any unassigned services that are not stopped,
|
2008-04-10 04:26:32 +05:30
|
|
|
but any runlevel can be quickly examined.
|
2007-12-17 15:44:54 +05:30
|
|
|
.Pp
|
2017-05-12 08:23:23 +05:30
|
|
|
If an active service is being supervised by
|
|
|
|
.Xr supervise-daemon 8,
|
|
|
|
the amount of time the daemon has been active along with the number of
|
|
|
|
times it has been respawned in the current respawn period will be
|
|
|
|
displayed.
|
|
|
|
.Pp
|
2007-12-17 15:44:54 +05:30
|
|
|
The options are as follows:
|
|
|
|
.Bl -tag -width ".Fl test , test string"
|
|
|
|
.It Fl a , -all
|
|
|
|
Show all runlevels and their services.
|
2009-04-24 15:47:53 +05:30
|
|
|
.It Fl c , -crashed
|
|
|
|
List all services that have crashed.
|
2019-02-16 01:51:43 +05:30
|
|
|
.It Fl f , -format
|
|
|
|
Select a format for the output. Currently, the only one that can be
|
|
|
|
specified is ini, which outputs in *.ini format.
|
2007-12-17 15:44:54 +05:30
|
|
|
.It Fl l , -list
|
|
|
|
List all defined runlevels.
|
2016-07-15 22:07:54 +05:30
|
|
|
.It Fl m , -manual
|
|
|
|
Show all manually started services.
|
2012-10-16 04:55:42 +05:30
|
|
|
.It Fl r , -runlevel
|
2008-02-09 02:41:44 +05:30
|
|
|
Print the current runlevel name.
|
2018-12-02 21:43:10 +05:30
|
|
|
.It Fl S , -supervised
|
|
|
|
Show all supervised services.
|
2007-12-17 15:44:54 +05:30
|
|
|
.It Fl s , -servicelist
|
|
|
|
Show all services.
|
|
|
|
.It Fl u , -unused
|
|
|
|
Show services not assigned to any runlevel.
|
|
|
|
.It Fl C , -nocolor
|
|
|
|
Disable color output.
|
|
|
|
.It Ar runlevel
|
|
|
|
Show information only for the named
|
|
|
|
.Ar runlevel .
|
|
|
|
.El
|
2009-04-24 15:47:53 +05:30
|
|
|
.Sh EXIT STATUS
|
|
|
|
.Nm
|
|
|
|
exits 0, except when checking for crashed services and it doesn't find any.
|
2010-12-23 06:49:52 +05:30
|
|
|
.Sh IMPLEMENTATION NOTES
|
|
|
|
.Nm
|
|
|
|
tries to list services within each runlevel in the presently resolved
|
|
|
|
dependency order if the dependency tree is available.
|
2007-12-17 15:44:54 +05:30
|
|
|
.Sh SEE ALSO
|
2013-12-12 05:09:38 +05:30
|
|
|
.Xr openrc 8 ,
|
2007-12-17 15:44:54 +05:30
|
|
|
.Xr rc-update 8
|
2017-05-12 08:23:23 +05:30
|
|
|
.Xr supervise-daemon 8
|
2007-12-17 15:44:54 +05:30
|
|
|
.Sh AUTHORS
|
2008-12-31 00:38:51 +05:30
|
|
|
.An Roy Marples <roy@marples.name>
|