From ecaf3503193f65eaeccd6fc453303e211f833c27 Mon Sep 17 00:00:00 2001 From: qhill Date: Fri, 2 Jul 2021 14:13:13 +0100 Subject: 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. (cherry picked from commit f127fed75d3bae3a1eb0be6feea334bb8d1c3a43) --- units/final.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/final.target b/units/final.target index 4c86ca7935..36cea57c19 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 -- cgit v1.2.1