mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
units: make descriptions of api filesystems less generic (#5914)
All those names were very generic. Fixes #5911.
This commit is contained in:
parent
9bfc0df113
commit
9a4eeb4a0c
@ -6,7 +6,7 @@
|
|||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Configuration File System
|
Description=Kernel Configuration File System
|
||||||
Documentation=https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
|
Documentation=https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
|
||||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Debug File System
|
Description=Kernel Debug File System
|
||||||
Documentation=https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
|
Documentation=https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
|
||||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Temporary Directory
|
Description=Temporary Directory (/tmp)
|
||||||
Documentation=man:hier(7)
|
Documentation=man:hier(7)
|
||||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||||
ConditionPathIsSymbolicLink=!/tmp
|
ConditionPathIsSymbolicLink=!/tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user