From e87abe82069bb4f473e853a8a15e1cf18365c04a Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Tue, 6 Jun 2023 10:16:04 +0200 Subject: [PATCH] man: document OnSuccessJobMode= Introduced in 294446dcb9. --- man/systemd.unit.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 77c3cd24f8a..2eb88d02f7f 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -888,6 +888,7 @@ + OnSuccessJobMode= OnFailureJobMode= Takes a value of @@ -899,12 +900,12 @@ ignore-dependencies or ignore-requirements. Defaults to replace. Specifies how the units listed in - OnFailure= will be enqueued. See + OnSuccess=/OnFailure= will be enqueued. See systemctl1's option for details on the possible values. If this is set to isolate, only a single unit may be listed in - OnFailure=. + OnSuccess=/OnFailure=.