mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
man: add Documentation= tags to all kinds of missing units
This commit is contained in:
parent
ee1c0ad436
commit
744881d173
@ -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
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=Emergency Shell
|
||||
Documentation=man:sulogin(8)
|
||||
DefaultDependencies=no
|
||||
Conflicts=shutdown.target
|
||||
Before=shutdown.target
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=Rescue Shell
|
||||
Documentation=man:sulogin(8)
|
||||
DefaultDependencies=no
|
||||
Conflicts=shutdown.target
|
||||
After=sysinit.target plymouth-start.service
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,6 @@
|
||||
[Unit]
|
||||
Description=Early root shell on tty9 FOR DEBUGGING ONLY
|
||||
Documentation=man:sushell(8)
|
||||
DefaultDependencies=no
|
||||
IgnoreOnIsolate=yes
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=Drop Read-Ahead Data
|
||||
Documentation=man:systemd-readahead-replay.service(8)
|
||||
ConditionPathExists=/.readahead
|
||||
|
||||
[Service]
|
||||
|
Loading…
Reference in New Issue
Block a user