diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 62446d7a57..f86952c683 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -198,6 +198,7 @@ STDOUT in <command>snapshot</command>, <command>is-active</command>, + <command>is-failed</command>, <command>enable</command> and <command>disable</command>.</para></listitem> </varlistentry> @@ -601,6 +602,18 @@ state to STDOUT.</para></listitem> </varlistentry> <varlistentry> + <term><command>is-failed [NAME...]</command></term> + + <listitem><para>Check whether any of + the specified units are failed. + Returns an exit code + 0 if at least one is failed, non-zero + otherwise. Unless + <option>--quiet</option> is specified + this will also print the current unit + state to STDOUT.</para></listitem> + </varlistentry> + <varlistentry> <term><command>status [NAME...|PID...]</command></term> <listitem><para>Show terse runtime |