From 2de51fdc5218d6c4f148989f8907cf0fc842abea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 27 Oct 2014 22:16:11 -0400 Subject: [PATCH] man: add table of manager states --- man/systemctl.xml | 63 +++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 56 insertions(+), 7 deletions(-) diff --git a/man/systemctl.xml b/man/systemctl.xml index 61a23de7d..a486c735e 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1327,13 +1327,62 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service is-system-running - Checks whether the system is running. This returns - success when the system is fully up and running, meaning - not in startup, shutdown or maintenance mode. Failure is - returned otherwise. In addition, the current state is - printed in a short string to standard output. Use - to suppress output of this state - string. + Checks whether the system is operational. This + returns success when the system is fully up and running, + meaning not in startup, shutdown or maintenance + mode. Failure is returned otherwise. In addition, the + current state is printed in a short string to standard + output, see table below. Use to + suppress this output. + + + Manager Operational States + + + + + + Name + Description + + + + + initializing + Early bootup, before + sysinit.target is reached + or maintenance state entered. + + + + starting + Late bootup, before the default + target or one of the rescue targets are + reached. + + + running + The system is fully + operational. + + + degraded + The system is operational but one or more + units failed. + + + maintenance + One of the rescue targets is + active. + + + stopping + The manager is shutting + down. + + + +
-- 2.30.2