diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-initctl.socket | 1 | ||||
-rw-r--r-- | units/systemd-journald.socket | 2 | ||||
-rw-r--r-- | units/systemd-shutdownd.service.in | 2 | ||||
-rw-r--r-- | units/systemd-shutdownd.socket | 1 | ||||
-rw-r--r-- | units/systemd-udev-control.socket | 2 | ||||
-rw-r--r-- | units/systemd-udev-kernel.socket | 2 | ||||
-rw-r--r-- | units/systemd-udev.service.in | 2 |
7 files changed, 7 insertions, 5 deletions
diff --git a/units/systemd-initctl.socket b/units/systemd-initctl.socket index abafc525d7..b98d5ca6e9 100644 --- a/units/systemd-initctl.socket +++ b/units/systemd-initctl.socket @@ -7,6 +7,7 @@ [Unit] Description=/dev/initctl Compatibility Named Pipe +Documentation=man:systemd-initctl.service(8) DefaultDependencies=no Before=sockets.target diff --git a/units/systemd-journald.socket b/units/systemd-journald.socket index 0454e3e340..dbe8882c0e 100644 --- a/units/systemd-journald.socket +++ b/units/systemd-journald.socket @@ -7,7 +7,7 @@ [Unit] Description=Journal Socket -Documentation=man:journald.conf(5) +Documentation=man:systemd-journald.service(8) man:journald.conf(5) DefaultDependencies=no Before=sockets.target syslog.target diff --git a/units/systemd-shutdownd.service.in b/units/systemd-shutdownd.service.in index f51417f58e..d951742500 100644 --- a/units/systemd-shutdownd.service.in +++ b/units/systemd-shutdownd.service.in @@ -7,7 +7,7 @@ [Unit] Description=Delayed Shutdown Service -Documentation=man:systemd-shutdown.service(8) +Documentation=man:systemd-shutdownd.service(8) DefaultDependencies=no [Service] diff --git a/units/systemd-shutdownd.socket b/units/systemd-shutdownd.socket index ed6225a098..9421ce8ada 100644 --- a/units/systemd-shutdownd.socket +++ b/units/systemd-shutdownd.socket @@ -7,6 +7,7 @@ [Unit] Description=Delayed Shutdown Socket +Documentation=man:systemd-shutdownd.service(8) DefaultDependencies=no Before=sockets.target diff --git a/units/systemd-udev-control.socket b/units/systemd-udev-control.socket index e835ab6f4c..e7678a049e 100644 --- a/units/systemd-udev-control.socket +++ b/units/systemd-udev-control.socket @@ -7,7 +7,7 @@ [Unit] Description=udev Control Socket -Documentation=man:udev(7) man:systemd-udevd.service(8) +Documentation=man:systemd-udevd.service(8) man:udev(7) DefaultDependencies=no ConditionCapability=CAP_MKNOD diff --git a/units/systemd-udev-kernel.socket b/units/systemd-udev-kernel.socket index 321dd467fa..588f9f5e44 100644 --- a/units/systemd-udev-kernel.socket +++ b/units/systemd-udev-kernel.socket @@ -7,7 +7,7 @@ [Unit] Description=udev Kernel Socket -Documentation=man:udev(7) man:systemd-udevd.service(8) +Documentation=man:systemd-udevd.service(8) man:udev(7) DefaultDependencies=no ConditionCapability=CAP_MKNOD diff --git a/units/systemd-udev.service.in b/units/systemd-udev.service.in index f02c602b78..b444870533 100644 --- a/units/systemd-udev.service.in +++ b/units/systemd-udev.service.in @@ -7,7 +7,7 @@ [Unit] Description=udev Kernel Device Manager -Documentation=man:udev(7) man:systemd-udevd.service(8) +Documentation=man:systemd-udevd.service(8) man:udev(7) Wants=systemd-udev-control.socket systemd-udev-kernel.socket After=systemd-udev-control.socket systemd-udev-kernel.socket Before=basic.target |