From: Zbigniew Jędrzejewski-Szmek Date: Tue, 28 Oct 2014 02:16:11 +0000 (-0400) Subject: man: add table of manager states X-Git-Tag: v217~31 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=2de51fdc5218d6c4f148989f8907cf0fc842abea man: add table of manager states --- 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. + + + +