summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqhill <quintin.hill@arqiva.com>2021-07-02 14:13:13 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-07-12 13:30:55 +0200
commitecaf3503193f65eaeccd6fc453303e211f833c27 (patch)
tree088524027192bd9c266f2d5d2db0c93ce5d84947
parentbc196d19b7d2f0a5bc3218a577694724a653f010 (diff)
downloadsystemd-ecaf3503193f65eaeccd6fc453303e211f833c27.tar.gz
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)
-rw-r--r--units/final.target2
1 files changed, 1 insertions, 1 deletions
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