diff options
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 42682b7874..737bcbe021 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -314,6 +314,25 @@ properties of the job is shown.</para></listitem> </varlistentry> + + <varlistentry> + <term><command>reset-maintenance [NAME...]</command></term> + + <listitem><para>Reset maintenance + state of the specified units, or if no + unit name is passed of all units. When + a unit fails in some way (i.e. process + exiting with non-zero error code, + terminating abnormally or timing out) + it will automatically enter + maintenance state and its exit codes + and status is recorded for + introspection by the administrator + until the service is restarted or + reset with this + command.</para></listitem> + </varlistentry> + <varlistentry> <term><command>load [NAME...]</command></term> |