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] [Unit]
Description=Console Shell Description=Console Shell
Documentation=man:sulogin(8)
After=systemd-user-sessions.service plymouth-quit-wait.service After=systemd-user-sessions.service plymouth-quit-wait.service
m4_ifdef(`TARGET_FEDORA', m4_ifdef(`TARGET_FEDORA',
After=rc-local.service After=rc-local.service

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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