units: add missing Documentation=

The initrd units are described in the graphs in the bootup manpage,
so use that one for them.
This commit is contained in:
Luca Boccassi
2025-09-18 20:46:39 +01:00
parent 74c10cfbeb
commit defa0148b8
6 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
[Unit]
Description=Cleaning Up and Shutting Down Daemons
Documentation=man:bootup(7)
DefaultDependencies=no
AssertPathExists=/etc/initrd-release
OnFailure=emergency.target

View File

@@ -9,6 +9,7 @@
[Unit]
Description=Mountpoints Configured in the Real Root
Documentation=man:bootup(7)
AssertPathExists=/etc/initrd-release
DefaultDependencies=no

View File

@@ -9,6 +9,7 @@
[Unit]
Description=Switch Root
Documentation=man:bootup(7)
AssertPathExists=/etc/initrd-release

View File

@@ -9,6 +9,7 @@
[Unit]
Description=Switch Root
Documentation=man:bootup(7)
AssertPathExists=/etc/initrd-release
DefaultDependencies=no
Wants=initrd-switch-root.service

View File

@@ -9,6 +9,7 @@
[Unit]
Description=Cleanup udev Database
Documentation=man:bootup(7)
DefaultDependencies=no
AssertPathExists=/etc/initrd-release
Conflicts=systemd-udevd.service systemd-udev-trigger.service systemd-udev-settle.service

View File

@@ -9,6 +9,7 @@
[Unit]
Description=Create List of Static Device Nodes
Documentation=man:kmod(8)
DefaultDependencies=no
Before=sysinit.target systemd-tmpfiles-setup-dev-early.service
ConditionCapability=CAP_SYS_MODULE