diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-18 04:58:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-19 04:08:07 +0200 |
commit | 5632e3743db350a67478acc107d76cdf648a1f99 (patch) | |
tree | e7efad268223470ca3053db650a2c7b3ad9c90c4 /man | |
parent | b9975629f03a43d4c6b14fdb42eb8dd5a30af28f (diff) |
systemctl: introduce reset-maintenance command
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 19 | ||||
-rw-r--r-- | man/systemd.xml | 2 |
2 files changed, 20 insertions, 1 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> diff --git a/man/systemd.xml b/man/systemd.xml index 25f24ce722..c027b4f660 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -226,7 +226,7 @@ <para>systemd provides a dependency system between various entities called "units". Units encapsulate various objects that are relevant for system boot-up - and maintainance. The majority of units are configured + and maintenance. The majority of units are configured in unit configuration files, whose syntax and basic set of options is described in <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>, |