man: add Documentation= tags to all kinds of missing units

This commit is contained in:
Lennart Poettering 2012-06-27 01:07:04 +02:00
parent ee1c0ad436
commit 744881d173
10 changed files with 10 additions and 0 deletions

View File

@ -7,6 +7,7 @@
[Unit]
Description=Console Shell
Documentation=man:sulogin(8)
After=systemd-user-sessions.service plymouth-quit-wait.service
m4_ifdef(`TARGET_FEDORA',
After=rc-local.service

View File

@ -7,6 +7,7 @@
[Unit]
Description=Emergency Shell
Documentation=man:sulogin(8)
DefaultDependencies=no
Conflicts=shutdown.target
Before=shutdown.target

View File

@ -7,6 +7,7 @@
[Unit]
Description=Arbitrary Executable File Formats File System Automount Point
Documentation=https://www.kernel.org/doc/Documentation/binfmt_misc.txt
DefaultDependencies=no
Before=sysinit.target
ConditionPathExists=/proc/sys/fs/binfmt_misc/

View File

@ -7,6 +7,7 @@
[Unit]
Description=Enable File System Quotas
Documentation=man:quotaon(8)
DefaultDependencies=no
After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-quotacheck.service
Before=local-fs.target shutdown.target

View File

@ -7,6 +7,7 @@
[Unit]
Description=Rescue Shell
Documentation=man:sulogin(8)
DefaultDependencies=no
Conflicts=shutdown.target
After=sysinit.target plymouth-start.service

View File

@ -7,6 +7,7 @@
[Unit]
Description=FUSE Control File System
Documentation=https://www.kernel.org/doc/Documentation/filesystems/fuse.txt
DefaultDependencies=no
ConditionPathExists=/sys/fs/fuse/connections
After=systemd-modules-load.service

View File

@ -7,6 +7,7 @@
[Unit]
Description=Configuration File System
Documentation=https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
DefaultDependencies=no
ConditionPathExists=/sys/kernel/config
After=systemd-modules-load.service

View File

@ -7,6 +7,7 @@
[Unit]
Description=Debug File System
Documentation=https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
DefaultDependencies=no
ConditionPathExists=/sys/kernel/debug
Before=sysinit.target

View File

@ -1,5 +1,6 @@
[Unit]
Description=Early root shell on tty9 FOR DEBUGGING ONLY
Documentation=man:sushell(8)
DefaultDependencies=no
IgnoreOnIsolate=yes

View File

@ -7,6 +7,7 @@
[Unit]
Description=Drop Read-Ahead Data
Documentation=man:systemd-readahead-replay.service(8)
ConditionPathExists=/.readahead
[Service]