From: Frantisek Sumsal Date: Tue, 6 Jun 2023 08:16:04 +0000 (+0200) Subject: man: document OnSuccessJobMode= X-Git-Tag: v254-rc1~278 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e87abe82069bb4f473e853a8a15e1cf18365c04a;p=thirdparty%2Fsystemd.git man: document OnSuccessJobMode= Introduced in 294446dcb9. --- 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=.