]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: correct description of final.target
authorqhill <quintin.hill@arqiva.com>
Fri, 2 Jul 2021 13:13:13 +0000 (14:13 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 2 Jul 2021 16:29:54 +0000 (18:29 +0200)
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.

units/final.target

index 4c86ca79356aa4ea06726b29c3153312908f6f3b..36cea57c19346899bc519db3e8bfc1e56cc4e36b 100644 (file)
@@ -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