1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-21 18:03:41 +03:00

Revert (partially) "man: Clarify when OnFailure= activates after restarts (#7646)"

This reverts part of commit bd2538b50ba283c9ce39142d5d16d90184a55b90,
specifically changes to the description of service state between auto-restarts.

Fixes #27594

(cherry picked from commit 2200cf47ce7e0f049bcda156a897565f45233838)
(cherry picked from commit e85daabd3ebf06add790c00d19b1df5bdd7b9e4b)
This commit is contained in:
Mike Yuan 2023-05-17 23:47:53 +08:00 committed by Luca Boccassi
parent cb511894bd
commit 3d00dba68e
2 changed files with 2 additions and 4 deletions

View File

@ -907,8 +907,7 @@
limiting configured with <varname>StartLimitIntervalSec=</varname>
and <varname>StartLimitBurst=</varname>, see
<citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>
for details. A restarted service enters the failed state only
after the start limits are reached.</para>
for details.</para>
<para>Setting this to <option>on-failure</option> is the
recommended choice for long-running services, in order to

View File

@ -823,8 +823,7 @@
<term><varname>OnFailure=</varname></term>
<listitem><para>A space-separated list of one or more units that are activated when this unit enters
the <literal>failed</literal> state. A service unit using <varname>Restart=</varname> enters the
failed state only after the start limits are reached.</para></listitem>
the <literal>failed</literal> state.</para></listitem>
</varlistentry>
<varlistentry>