From: qhill Date: Fri, 2 Jul 2021 13:13:13 +0000 (+0100) Subject: units: correct description of final.target X-Git-Tag: v249~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f127fed75d3bae3a1eb0be6feea334bb8d1c3a43;p=thirdparty%2Fsystemd.git units: correct description of final.target This was updated incorrectly in https://github.com/systemd/systemd/pull/20058/commits/4fd3fc66396026f81fd5b27746f2faf8a9a7b9ee. As https://github.com/systemd/systemd/blob/main/man/systemd.special.xml decribes, this unit is about shutdown rather than boot. --- diff --git a/units/final.target b/units/final.target index 4c86ca79356..36cea57c193 100644 --- a/units/final.target +++ b/units/final.target @@ -8,7 +8,7 @@ # (at your option) any later version. [Unit] -Description=Late Boot Services +Description=Late Shutdown Services Documentation=man:systemd.special(7) DefaultDependencies=no RefuseManualStart=yes