mirror of
https://github.com/systemd/systemd.git
synced 2025-03-24 14:50:17 +03:00
man: update links to "API File Systems"
This commit is contained in:
parent
d5c17aceb3
commit
a37454bd90
@ -45,7 +45,7 @@
|
||||
the partition table does not contain relevant entries).</para>
|
||||
|
||||
<para>For a longer discussion of kernel API file systems see
|
||||
<ulink url="https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems">API
|
||||
<ulink url="https://systemd.io/API_FILE_SYSTEMS">API
|
||||
File Systems</ulink>.</para>
|
||||
|
||||
<para>Note: <filename>systemd-remount-fs.service</filename> is usually pulled in by
|
||||
|
@ -82,7 +82,7 @@
|
||||
for kernel-to-userspace and userspace-to-userspace interfaces. Some
|
||||
of them may not be changed via mount units, and cannot be
|
||||
disabled. For a longer discussion see <ulink
|
||||
url="https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems">API
|
||||
url="https://systemd.io/API_FILE_SYSTEMS">API
|
||||
File Systems</ulink>.</para>
|
||||
|
||||
<para>The
|
||||
|
@ -11,7 +11,7 @@ automount
|
||||
[Unit]
|
||||
Description=Arbitrary Executable File Formats File System Automount Point
|
||||
Documentation=https://docs.kernel.org/admin-guide/binfmt-misc.html
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://systemd.io/API_FILE_SYSTEMS
|
||||
DefaultDependencies=no
|
||||
Before=sysinit.target
|
||||
ConditionPathExists=/proc/sys/fs/binfmt_misc/
|
||||
|
@ -10,7 +10,7 @@
|
||||
[Unit]
|
||||
Description=Huge Pages File System
|
||||
Documentation=https://docs.kernel.org/admin-guide/mm/hugetlbpage.html
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://systemd.io/API_FILE_SYSTEMS
|
||||
DefaultDependencies=no
|
||||
Before=sysinit.target
|
||||
ConditionPathExists=/sys/kernel/mm/hugepages
|
||||
|
@ -10,7 +10,7 @@
|
||||
[Unit]
|
||||
Description=POSIX Message Queue File System
|
||||
Documentation=man:mq_overview(7)
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://systemd.io/API_FILE_SYSTEMS
|
||||
DefaultDependencies=no
|
||||
Before=sysinit.target
|
||||
ConditionPathExists=/proc/sys/fs/mqueue
|
||||
|
@ -10,7 +10,7 @@
|
||||
[Unit]
|
||||
Description=Arbitrary Executable File Formats File System Automount Point
|
||||
Documentation=https://docs.kernel.org/admin-guide/binfmt-misc.html
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://systemd.io/API_FILE_SYSTEMS
|
||||
|
||||
ConditionPathExists=/proc/sys/fs/binfmt_misc/
|
||||
ConditionPathIsReadWrite=/proc/sys/
|
||||
|
@ -10,7 +10,7 @@
|
||||
[Unit]
|
||||
Description=Arbitrary Executable File Formats File System
|
||||
Documentation=https://docs.kernel.org/admin-guide/binfmt-misc.html
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://systemd.io/API_FILE_SYSTEMS
|
||||
DefaultDependencies=no
|
||||
|
||||
[Mount]
|
||||
|
@ -10,7 +10,7 @@
|
||||
[Unit]
|
||||
Description=FUSE Control File System
|
||||
Documentation=https://docs.kernel.org/filesystems/fuse.html
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://systemd.io/API_FILE_SYSTEMS
|
||||
DefaultDependencies=no
|
||||
ConditionPathExists=/sys/fs/fuse/connections
|
||||
ConditionCapability=CAP_SYS_ADMIN
|
||||
|
@ -10,7 +10,7 @@
|
||||
[Unit]
|
||||
Description=Kernel Configuration File System
|
||||
Documentation=https://docs.kernel.org/filesystems/configfs.html
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://systemd.io/API_FILE_SYSTEMS
|
||||
DefaultDependencies=no
|
||||
ConditionPathExists=/sys/kernel/config
|
||||
ConditionCapability=CAP_SYS_RAWIO
|
||||
|
@ -10,7 +10,7 @@
|
||||
[Unit]
|
||||
Description=Kernel Debug File System
|
||||
Documentation=https://docs.kernel.org/filesystems/debugfs.html
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://systemd.io/API_FILE_SYSTEMS
|
||||
DefaultDependencies=no
|
||||
ConditionPathExists=/sys/kernel/debug
|
||||
ConditionCapability=CAP_SYS_RAWIO
|
||||
|
@ -10,7 +10,7 @@
|
||||
[Unit]
|
||||
Description=Kernel Trace File System
|
||||
Documentation=https://docs.kernel.org/trace/ftrace.html
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://systemd.io/API_FILE_SYSTEMS
|
||||
DefaultDependencies=no
|
||||
ConditionVirtualization=!lxc
|
||||
ConditionPathExists=/sys/kernel/tracing
|
||||
|
@ -11,7 +11,7 @@
|
||||
Description=Set Up Additional Binary Formats
|
||||
Documentation=man:systemd-binfmt.service(8) man:binfmt.d(5)
|
||||
Documentation=https://docs.kernel.org/admin-guide/binfmt-misc.html
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://systemd.io/API_FILE_SYSTEMS
|
||||
DefaultDependencies=no
|
||||
Conflicts=shutdown.target
|
||||
After=proc-sys-fs-binfmt_misc.automount
|
||||
|
@ -10,7 +10,7 @@
|
||||
[Unit]
|
||||
Description=Remount Root and Kernel File Systems
|
||||
Documentation=man:systemd-remount-fs.service(8)
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://systemd.io/API_FILE_SYSTEMS
|
||||
|
||||
DefaultDependencies=no
|
||||
After=systemd-fsck-root.service
|
||||
|
@ -11,7 +11,7 @@
|
||||
Description=Temporary Directory /tmp
|
||||
Documentation=https://systemd.io/TEMPORARY_DIRECTORIES
|
||||
Documentation=man:file-hierarchy(7)
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://systemd.io/API_FILE_SYSTEMS
|
||||
ConditionPathIsSymbolicLink=!/tmp
|
||||
DefaultDependencies=no
|
||||
Conflicts=umount.target
|
||||
|
Loading…
x
Reference in New Issue
Block a user