diff options
author | qhill <quintin.hill@arqiva.com> | 2021-07-02 15:13:13 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-07-02 18:29:54 +0200 |
commit | f127fed75d3bae3a1eb0be6feea334bb8d1c3a43 (patch) | |
tree | 5a2dc7baae747ebcf95b58b36debba4d4c961fd5 /units/final.target | |
parent | udev: when booting without root= specification, and searching a root partitio... (diff) | |
download | systemd-f127fed75d3bae3a1eb0be6feea334bb8d1c3a43.tar.xz systemd-f127fed75d3bae3a1eb0be6feea334bb8d1c3a43.zip |
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.
Diffstat (limited to 'units/final.target')
-rw-r--r-- | units/final.target | 2 |
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 |