mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
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:
@@ -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
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=Mountpoints Configured in the Real Root
|
||||
Documentation=man:bootup(7)
|
||||
AssertPathExists=/etc/initrd-release
|
||||
|
||||
DefaultDependencies=no
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=Switch Root
|
||||
Documentation=man:bootup(7)
|
||||
|
||||
AssertPathExists=/etc/initrd-release
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=Switch Root
|
||||
Documentation=man:bootup(7)
|
||||
AssertPathExists=/etc/initrd-release
|
||||
DefaultDependencies=no
|
||||
Wants=initrd-switch-root.service
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user