From 99813a19122932da2cf55fecaf06446dcf7989a2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 25 Jun 2014 12:31:03 +0200 Subject: systemctl: add new "is-system-running" command to check whether system is fully up https://bugs.freedesktop.org/show_bug.cgi?id=66926 --- man/systemctl.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'man') diff --git a/man/systemctl.xml b/man/systemctl.xml index b388eb312e..598d31323f 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -288,6 +288,8 @@ along with systemd; If not, see . snapshot, is-active, is-failed, + is-enabled, + is-system-running, enable and disable. @@ -1299,6 +1301,20 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service System Commands + + 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 maintainance 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. + + + default @@ -1307,6 +1323,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service isolate default.target. + rescue -- cgit v1.2.3-54-g00ecf