From: Lennart Poettering Date: Tue, 15 Jan 2013 04:10:50 +0000 (+0100) Subject: man: link in API FS documentation from the wiki X-Git-Tag: v198~542 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=236bc7573a400b77e515c441a34419b133d11b18 man: link in API FS documentation from the wiki --- diff --git a/man/systemd-remount-fs.service.xml b/man/systemd-remount-fs.service.xml index d920c0c40..9fe953e8c 100644 --- a/man/systemd-remount-fs.service.xml +++ b/man/systemd-remount-fs.service.xml @@ -59,20 +59,26 @@ listed in fstab5 to the root file system, the /usr - file system and the kernel API virtual file - systems. This is required so that the mount options of - these file systems -- which are pre-mounted by the - kernel, the initial RAM disk, container environments - or system manager code -- are updated to those listed - in /etc/fstab. This service - ignores normal file systems and only changes the root - file system (i.e. /), + file system and the kernel API file systems. This is + required so that the mount options of these file + systems -- which are pre-mounted by the kernel, the + initial RAM disk, container environments or system + manager code -- are updated to those listed in + /etc/fstab. This service ignores + normal file systems and only changes the root file + system (i.e. /), /usr and the virtual kernel API file systems such as /proc, /sys or /dev/. This service executes no operation if /etc/fstab does not - exist or lists no entries for the mentioned file systems. + exist or lists no entries for the mentioned file + systems. + + For a longer discussion of kernel API file + systems see API + File Systems. diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 78b5f5257..d1940831a 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -102,10 +102,18 @@ in the file system hierarchy, a dependency between both units is created automatically. - Mount points created at runtime independent on - unit files or /etc/fstab will be + Mount points created at runtime (independently of + unit files or /etc/fstab) will be monitored by systemd and appear like any other mount unit in systemd. + + Some file systems have special semantics as API + file systems for kernel-to-userspace and + userspace-to-userpace interfaces. Some of them may not + be changed via mount units, and cannot be disabled. + For a longer discussion see API + File Systems. diff --git a/units/systemd-remount-fs.service.in b/units/systemd-remount-fs.service.in index cddb0a1fb..70e1a8680 100644 --- a/units/systemd-remount-fs.service.in +++ b/units/systemd-remount-fs.service.in @@ -8,6 +8,7 @@ [Unit] Description=Remount Root and Kernel File Systems Documentation=man:systemd-remount-fs.service(8) +Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-fsck-root.service