mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
unit: use alias name of man page
This commit is contained in:
parent
e65357b658
commit
e19b0746f1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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]
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user