From: Luca Boccassi Date: Mon, 25 Sep 2023 18:14:58 +0000 (+0100) Subject: man: document SystemState's possible values X-Git-Tag: v255-rc1~432 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c9a288154b9c590d51eb12e44d525acded18759;p=thirdparty%2Fsystemd.git man: document SystemState's possible values --- diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml index 85feae089eb..8a033c92be6 100644 --- a/man/org.freedesktop.systemd1.xml +++ b/man/org.freedesktop.systemd1.xml @@ -702,8 +702,6 @@ node /org/freedesktop/systemd1 { - - @@ -1795,6 +1793,52 @@ node /org/freedesktop/systemd1 { access to the unit. It's read from the unit file when it is loaded and cached until the service manager is reloaded. This property contains an empty string if SELinux is not used or if no label could be read (for example because the unit is not backed by a file on disk). + + SystemState contains the current state of the system manager. The possible + values are: + + + + initializing + + The system is booting, and basic.target has not been reached + yet. + + + + starting + + The system is booting, and basic.target has been reached. + + + + + running + + The system has finished booting, and no units are in the failed state. + + + + + degraded + + The system has finished booting, but some units are in the failed state. + + + + + maintenance + + The system has finished booting, but it has been put in rescue or maintenance + mode. + + + + stopping + + The system is shutting down. + +