diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/dev-hugepages.mount | 2 | ||||
-rw-r--r-- | units/proc-sys-fs-binfmt_misc.automount | 2 | ||||
-rw-r--r-- | units/proc-sys-fs-binfmt_misc.mount | 2 | ||||
-rw-r--r-- | units/sys-fs-fuse-connections.mount | 2 | ||||
-rw-r--r-- | units/sys-kernel-config.mount | 2 | ||||
-rw-r--r-- | units/sys-kernel-debug.mount | 2 | ||||
-rw-r--r-- | units/sys-kernel-tracing.mount | 2 | ||||
-rw-r--r-- | units/systemd-binfmt.service.in | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/units/dev-hugepages.mount b/units/dev-hugepages.mount index 2cd4a43c4f..1a34da1285 100644 --- a/units/dev-hugepages.mount +++ b/units/dev-hugepages.mount @@ -9,7 +9,7 @@ [Unit] Description=Huge Pages File System -Documentation=https://www.kernel.org/doc/html/latest/admin-guide/mm/hugetlbpage.html +Documentation=https://docs.kernel.org/admin-guide/mm/hugetlbpage.html Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no Before=sysinit.target diff --git a/units/proc-sys-fs-binfmt_misc.automount b/units/proc-sys-fs-binfmt_misc.automount index 172c8757ab..6b1bbdc91e 100644 --- a/units/proc-sys-fs-binfmt_misc.automount +++ b/units/proc-sys-fs-binfmt_misc.automount @@ -9,7 +9,7 @@ [Unit] Description=Arbitrary Executable File Formats File System Automount Point -Documentation=https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html +Documentation=https://docs.kernel.org/admin-guide/binfmt-misc.html Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no Before=sysinit.target diff --git a/units/proc-sys-fs-binfmt_misc.mount b/units/proc-sys-fs-binfmt_misc.mount index 919271b3e2..88a7748cb2 100644 --- a/units/proc-sys-fs-binfmt_misc.mount +++ b/units/proc-sys-fs-binfmt_misc.mount @@ -9,7 +9,7 @@ [Unit] Description=Arbitrary Executable File Formats File System -Documentation=https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html +Documentation=https://docs.kernel.org/admin-guide/binfmt-misc.html Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no diff --git a/units/sys-fs-fuse-connections.mount b/units/sys-fs-fuse-connections.mount index 056b047194..929d8e3bf0 100644 --- a/units/sys-fs-fuse-connections.mount +++ b/units/sys-fs-fuse-connections.mount @@ -9,7 +9,7 @@ [Unit] Description=FUSE Control File System -Documentation=https://www.kernel.org/doc/html/latest/filesystems/fuse.html +Documentation=https://docs.kernel.org/filesystems/fuse.html Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no ConditionPathExists=/sys/fs/fuse/connections diff --git a/units/sys-kernel-config.mount b/units/sys-kernel-config.mount index d7ce88a51e..dca94a8986 100644 --- a/units/sys-kernel-config.mount +++ b/units/sys-kernel-config.mount @@ -9,7 +9,7 @@ [Unit] Description=Kernel Configuration File System -Documentation=https://www.kernel.org/doc/html/latest/filesystems/configfs.html +Documentation=https://docs.kernel.org/filesystems/configfs.html Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no ConditionPathExists=/sys/kernel/config diff --git a/units/sys-kernel-debug.mount b/units/sys-kernel-debug.mount index 364ee8a30c..6c77ef53c9 100644 --- a/units/sys-kernel-debug.mount +++ b/units/sys-kernel-debug.mount @@ -9,7 +9,7 @@ [Unit] Description=Kernel Debug File System -Documentation=https://www.kernel.org/doc/html/latest/filesystems/debugfs.html +Documentation=https://docs.kernel.org/filesystems/debugfs.html Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no ConditionPathExists=/sys/kernel/debug diff --git a/units/sys-kernel-tracing.mount b/units/sys-kernel-tracing.mount index 17ba8457f9..f3cd47fb35 100644 --- a/units/sys-kernel-tracing.mount +++ b/units/sys-kernel-tracing.mount @@ -9,7 +9,7 @@ [Unit] Description=Kernel Trace File System -Documentation=https://www.kernel.org/doc/html/latest/trace/ftrace.html +Documentation=https://docs.kernel.org/trace/ftrace.html Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no ConditionVirtualization=!lxc diff --git a/units/systemd-binfmt.service.in b/units/systemd-binfmt.service.in index 96f595ad72..a702c0d9d7 100644 --- a/units/systemd-binfmt.service.in +++ b/units/systemd-binfmt.service.in @@ -10,7 +10,7 @@ [Unit] Description=Set Up Additional Binary Formats Documentation=man:systemd-binfmt.service(8) man:binfmt.d(5) -Documentation=https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html +Documentation=https://docs.kernel.org/admin-guide/binfmt-misc.html Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no Conflicts=shutdown.target |