summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-27 01:07:04 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-27 01:07:04 +0200
commit744881d173e7e2d29a51c86edb8255857089cfd2 (patch)
treed1d7b4350928724b9b690f902724d957fb1d4882 /units
parentee1c0ad436efef9d2688a48917bf77d65a0ce675 (diff)
man: add Documentation= tags to all kinds of missing units
Diffstat (limited to 'units')
-rw-r--r--units/console-shell.service.m4.in1
-rw-r--r--units/emergency.service.in1
-rw-r--r--units/proc-sys-fs-binfmt_misc.automount1
-rw-r--r--units/quotaon.service1
-rw-r--r--units/rescue.service.m4.in1
-rw-r--r--units/sys-fs-fuse-connections.mount1
-rw-r--r--units/sys-kernel-config.mount1
-rw-r--r--units/sys-kernel-debug.mount1
-rw-r--r--units/systemd-debug-shell.service.in1
-rw-r--r--units/systemd-readahead-drop.service1
10 files changed, 10 insertions, 0 deletions
diff --git a/units/console-shell.service.m4.in b/units/console-shell.service.m4.in
index 4f795e16a..400f84d46 100644
--- a/units/console-shell.service.m4.in
+++ b/units/console-shell.service.m4.in
@@ -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
diff --git a/units/emergency.service.in b/units/emergency.service.in
index 87864f1c5..36db70728 100644
--- a/units/emergency.service.in
+++ b/units/emergency.service.in
@@ -7,6 +7,7 @@
[Unit]
Description=Emergency Shell
+Documentation=man:sulogin(8)
DefaultDependencies=no
Conflicts=shutdown.target
Before=shutdown.target
diff --git a/units/proc-sys-fs-binfmt_misc.automount b/units/proc-sys-fs-binfmt_misc.automount
index 658b55dc3..7fd5afe3c 100644
--- a/units/proc-sys-fs-binfmt_misc.automount
+++ b/units/proc-sys-fs-binfmt_misc.automount
@@ -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/
diff --git a/units/quotaon.service b/units/quotaon.service
index b8df87e35..caaf12d9f 100644
--- a/units/quotaon.service
+++ b/units/quotaon.service
@@ -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
diff --git a/units/rescue.service.m4.in b/units/rescue.service.m4.in
index 5fb82e614..9d09062b1 100644
--- a/units/rescue.service.m4.in
+++ b/units/rescue.service.m4.in
@@ -7,6 +7,7 @@
[Unit]
Description=Rescue Shell
+Documentation=man:sulogin(8)
DefaultDependencies=no
Conflicts=shutdown.target
After=sysinit.target plymouth-start.service
diff --git a/units/sys-fs-fuse-connections.mount b/units/sys-fs-fuse-connections.mount
index 6f3670155..9269ea427 100644
--- a/units/sys-fs-fuse-connections.mount
+++ b/units/sys-fs-fuse-connections.mount
@@ -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
diff --git a/units/sys-kernel-config.mount b/units/sys-kernel-config.mount
index 9150da4b5..e7cd4909c 100644
--- a/units/sys-kernel-config.mount
+++ b/units/sys-kernel-config.mount
@@ -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
diff --git a/units/sys-kernel-debug.mount b/units/sys-kernel-debug.mount
index 85d53072f..8b1e33e7f 100644
--- a/units/sys-kernel-debug.mount
+++ b/units/sys-kernel-debug.mount
@@ -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
diff --git a/units/systemd-debug-shell.service.in b/units/systemd-debug-shell.service.in
index 70c01c21f..8ca25a362 100644
--- a/units/systemd-debug-shell.service.in
+++ b/units/systemd-debug-shell.service.in
@@ -1,5 +1,6 @@
[Unit]
Description=Early root shell on tty9 FOR DEBUGGING ONLY
+Documentation=man:sushell(8)
DefaultDependencies=no
IgnoreOnIsolate=yes
diff --git a/units/systemd-readahead-drop.service b/units/systemd-readahead-drop.service
index a9d97d72a..d9d12bc53 100644
--- a/units/systemd-readahead-drop.service
+++ b/units/systemd-readahead-drop.service
@@ -7,6 +7,7 @@
[Unit]
Description=Drop Read-Ahead Data
+Documentation=man:systemd-readahead-replay.service(8)
ConditionPathExists=/.readahead
[Service]