diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-udev-control.socket | 3 | ||||
-rw-r--r-- | units/systemd-udev-kernel.socket | 3 | ||||
-rw-r--r-- | units/systemd-udev-settle.service.in | 3 | ||||
-rw-r--r-- | units/systemd-udev-trigger.service.in | 3 | ||||
-rw-r--r-- | units/systemd-udev.service.in | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/units/systemd-udev-control.socket b/units/systemd-udev-control.socket index 5b25e06708..e835ab6f4c 100644 --- a/units/systemd-udev-control.socket +++ b/units/systemd-udev-control.socket @@ -7,8 +7,7 @@ [Unit] Description=udev Control Socket -Documentation=man:udev(7) -Documentation=man:systemd-udevd(8) +Documentation=man:udev(7) man:systemd-udevd.service(8) DefaultDependencies=no ConditionCapability=CAP_MKNOD diff --git a/units/systemd-udev-kernel.socket b/units/systemd-udev-kernel.socket index 68c23a662f..321dd467fa 100644 --- a/units/systemd-udev-kernel.socket +++ b/units/systemd-udev-kernel.socket @@ -7,8 +7,7 @@ [Unit] Description=udev Kernel Socket -Documentation=man:udev(7) -Documentation=man:systemd-udevd(8) +Documentation=man:udev(7) man:systemd-udevd.service(8) DefaultDependencies=no ConditionCapability=CAP_MKNOD diff --git a/units/systemd-udev-settle.service.in b/units/systemd-udev-settle.service.in index 2c4c129bab..004b316180 100644 --- a/units/systemd-udev-settle.service.in +++ b/units/systemd-udev-settle.service.in @@ -17,8 +17,7 @@ [Unit] Description=udev Wait for Complete Device Initialization -Documentation=man:udev(7) -Documentation=man:systemd-udevd(8) +Documentation=man:udev(7) man:systemd-udevd.service(8) DefaultDependencies=no Wants=systemd-udev.service After=systemd-udev-trigger.service diff --git a/units/systemd-udev-trigger.service.in b/units/systemd-udev-trigger.service.in index 2f34d53aae..9d3f43e673 100644 --- a/units/systemd-udev-trigger.service.in +++ b/units/systemd-udev-trigger.service.in @@ -7,8 +7,7 @@ [Unit] Description=udev Coldplug all Devices -Documentation=man:udev(7) -Documentation=man:systemd-udevd(8) +Documentation=man:udev(7) man:systemd-udevd.service(8) Wants=systemd-udev.service After=systemd-udev-kernel.socket systemd-udev-control.socket DefaultDependencies=no diff --git a/units/systemd-udev.service.in b/units/systemd-udev.service.in index a78dc8b606..f02c602b78 100644 --- a/units/systemd-udev.service.in +++ b/units/systemd-udev.service.in @@ -7,8 +7,7 @@ [Unit] Description=udev Kernel Device Manager -Documentation=man:udev(7) -Documentation=man:systemd-udevd(8) +Documentation=man:udev(7) man:systemd-udevd.service(8) Wants=systemd-udev-control.socket systemd-udev-kernel.socket After=systemd-udev-control.socket systemd-udev-kernel.socket Before=basic.target |