diff options
author | Mike Yuan <me@yhndnzj.com> | 2023-05-17 17:47:53 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-05-18 08:10:26 +0200 |
commit | 2200cf47ce7e0f049bcda156a897565f45233838 (patch) | |
tree | 29a9c54ae6f4c68970f52c784f0a45b9ea9400a5 /man/systemd.unit.xml | |
parent | test: mangle the machine ID only for the QEMU test part (diff) | |
download | systemd-2200cf47ce7e0f049bcda156a897565f45233838.tar.xz systemd-2200cf47ce7e0f049bcda156a897565f45233838.zip |
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
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index e28bfe845e..d603ec9744 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -822,8 +822,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> |