summaryrefslogtreecommitdiffstats
path: root/man/systemd.unit.xml
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2020-04-08 16:39:20 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-04-09 11:39:31 +0200
commitfe78538cab13fd8b6180dfdfab87d86bfdd1ac58 (patch)
tree4f9d26c7fcad9f7d0dfd72a8b53830355c523fbe /man/systemd.unit.xml
parentsleep: improve log msg slightly (diff)
downloadsystemd-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.xml2
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>,