diff options
author | Luca Boccassi <luca.boccassi@microsoft.com> | 2020-04-08 16:39:20 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-04-09 11:39:31 +0200 |
commit | fe78538cab13fd8b6180dfdfab87d86bfdd1ac58 (patch) | |
tree | 4f9d26c7fcad9f7d0dfd72a8b53830355c523fbe /man/systemd.unit.xml | |
parent | sleep: improve log msg slightly (diff) | |
download | systemd-fe78538cab13fd8b6180dfdfab87d86bfdd1ac58.tar.xz systemd-fe78538cab13fd8b6180dfdfab87d86bfdd1ac58.zip |
man: explicitly note that ExecSt*Post does count for After/Before ordering
Diffstat (limited to '')
-rw-r--r-- | man/systemd.unit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 64240208c2..0d223d74db 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -750,7 +750,7 @@ type when precisely a unit has finished starting up. Most importantly, for service units start-up is considered completed for the purpose of <varname>Before=</varname>/<varname>After=</varname> when all its configured start-up commands have been invoked and they either failed or reported start-up - success.</para> + success. Note that this does includes ExecStartPost (or ExecStopPost for the shutdown case).</para> <para>Note that those settings are independent of and orthogonal to the requirement dependencies as configured by <varname>Requires=</varname>, <varname>Wants=</varname>, <varname>Requisite=</varname>, |