1
0
mirror of https://github.com/systemd/systemd synced 2024-07-01 07:34:28 +00:00

unit: use alias name of man page

This commit is contained in:
Yu Watanabe 2021-06-15 03:54:39 +09:00 committed by Luca Boccassi
parent e65357b658
commit e19b0746f1
13 changed files with 13 additions and 13 deletions

View File

@ -9,7 +9,7 @@
[Unit]
Description=Dispatch Password Requests to Console Directory Watch
Documentation=man:systemd-ask-password-console.service(8)
Documentation=man:systemd-ask-password-console.path(8)
DefaultDependencies=no
Conflicts=shutdown.target emergency.service
After=plymouth-start.service

View File

@ -9,7 +9,7 @@
[Unit]
Description=Forward Password Requests to Wall Directory Watch
Documentation=man:systemd-ask-password-console.service(8)
Documentation=man:systemd-ask-password-wall.path(8)
DefaultDependencies=no
Conflicts=shutdown.target emergency.service
Before=paths.target shutdown.target cryptsetup.target

View File

@ -9,7 +9,7 @@
[Unit]
Description=Forward Password Requests to Wall
Documentation=man:systemd-ask-password-console.service(8)
Documentation=man:systemd-ask-password-wall.service(8)
After=systemd-user-sessions.service
[Service]

View File

@ -9,7 +9,7 @@
[Unit]
Description=Hibernate
Documentation=man:systemd-suspend.service(8)
Documentation=man:systemd-hibernate.service(8)
DefaultDependencies=no
Requires=sleep.target
After=sleep.target

View File

@ -9,7 +9,7 @@
[Unit]
Description=Hybrid Suspend+Hibernate
Documentation=man:systemd-suspend.service(8)
Documentation=man:systemd-hybrid-sleep.service(8)
DefaultDependencies=no
Requires=sleep.target
After=sleep.target

View File

@ -9,7 +9,7 @@
[Unit]
Description=initctl Compatibility Named Pipe
Documentation=man:systemd-initctl.service(8)
Documentation=man:systemd-initctl.socket(8)
DefaultDependencies=no
Before=sockets.target

View File

@ -9,7 +9,7 @@
[Unit]
Description=Reboot via kexec
Documentation=man:systemd-halt.service(8)
Documentation=man:systemd-kexec.service(8)
DefaultDependencies=no
Requires=shutdown.target umount.target final.target
After=shutdown.target umount.target final.target

View File

@ -9,7 +9,7 @@
[Unit]
Description=Power-Off
Documentation=man:systemd-halt.service(8)
Documentation=man:systemd-poweroff.service(8)
DefaultDependencies=no
Requires=shutdown.target umount.target final.target
After=shutdown.target umount.target final.target

View File

@ -9,7 +9,7 @@
[Unit]
Description=Reboot
Documentation=man:systemd-halt.service(8)
Documentation=man:systemd-reboot.service(8)
DefaultDependencies=no
Requires=shutdown.target umount.target final.target
After=shutdown.target umount.target final.target

View File

@ -9,7 +9,7 @@
[Unit]
Description=Suspend; Hibernate if not used for a period of time
Documentation=man:systemd-suspend.service(8)
Documentation=man:systemd-suspend-then-hibernate.service(8)
DefaultDependencies=no
Requires=sleep.target
After=sleep.target

View File

@ -9,7 +9,7 @@
[Unit]
Description=udev Control Socket
Documentation=man:systemd-udevd.service(8) man:udev(7)
Documentation=man:systemd-udevd-control.socket(8) man:udev(7)
DefaultDependencies=no
Before=sockets.target
ConditionPathIsReadWrite=/sys

View File

@ -9,7 +9,7 @@
[Unit]
Description=udev Kernel Socket
Documentation=man:systemd-udevd.service(8) man:udev(7)
Documentation=man:systemd-udevd-kernel.socket(8) man:udev(7)
DefaultDependencies=no
Before=sockets.target
ConditionPathIsReadWrite=/sys

View File

@ -9,7 +9,7 @@
[Unit]
Description=Update UTMP about System Runlevel Changes
Documentation=man:systemd-update-utmp.service(8) man:utmp(5)
Documentation=man:systemd-update-utmp-runlevel.service(8) man:utmp(5)
DefaultDependencies=no
RequiresMountsFor=/var/log/wtmp
Conflicts=shutdown.target