From: Kuntal Majumder Date: Tue, 9 Jul 2024 17:11:52 +0000 (+0200) Subject: man: fix typo in unit options section X-Git-Tag: v257-rc1~933 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9572d2b89341dfb224aa2c7222a316e59627bc9;p=thirdparty%2Fsystemd.git man: fix typo in unit options section Fixes #32918 --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index bdf9e4e89ee..dfc9f6f9940 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -832,7 +832,7 @@ type when precisely a unit has finished starting up. Most importantly, for service units start-up is considered completed for the purpose of Before=/After= when all its configured start-up commands have been invoked and they either failed or reported start-up - success. Note that this does includes ExecStartPost= (or + success. Note that this includes ExecStartPost= (or ExecStopPost= for the shutdown case). Note that those settings are independent of and orthogonal to the requirement dependencies as