mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
unit: use alias name of man page
This commit is contained in:
parent
e65357b658
commit
e19b0746f1
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Dispatch Password Requests to Console Directory Watch
|
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
|
DefaultDependencies=no
|
||||||
Conflicts=shutdown.target emergency.service
|
Conflicts=shutdown.target emergency.service
|
||||||
After=plymouth-start.service
|
After=plymouth-start.service
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Forward Password Requests to Wall Directory Watch
|
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
|
DefaultDependencies=no
|
||||||
Conflicts=shutdown.target emergency.service
|
Conflicts=shutdown.target emergency.service
|
||||||
Before=paths.target shutdown.target cryptsetup.target
|
Before=paths.target shutdown.target cryptsetup.target
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Forward Password Requests to Wall
|
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
|
After=systemd-user-sessions.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Hibernate
|
Description=Hibernate
|
||||||
Documentation=man:systemd-suspend.service(8)
|
Documentation=man:systemd-hibernate.service(8)
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Requires=sleep.target
|
Requires=sleep.target
|
||||||
After=sleep.target
|
After=sleep.target
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Hybrid Suspend+Hibernate
|
Description=Hybrid Suspend+Hibernate
|
||||||
Documentation=man:systemd-suspend.service(8)
|
Documentation=man:systemd-hybrid-sleep.service(8)
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Requires=sleep.target
|
Requires=sleep.target
|
||||||
After=sleep.target
|
After=sleep.target
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=initctl Compatibility Named Pipe
|
Description=initctl Compatibility Named Pipe
|
||||||
Documentation=man:systemd-initctl.service(8)
|
Documentation=man:systemd-initctl.socket(8)
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Before=sockets.target
|
Before=sockets.target
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Reboot via kexec
|
Description=Reboot via kexec
|
||||||
Documentation=man:systemd-halt.service(8)
|
Documentation=man:systemd-kexec.service(8)
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Requires=shutdown.target umount.target final.target
|
Requires=shutdown.target umount.target final.target
|
||||||
After=shutdown.target umount.target final.target
|
After=shutdown.target umount.target final.target
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Power-Off
|
Description=Power-Off
|
||||||
Documentation=man:systemd-halt.service(8)
|
Documentation=man:systemd-poweroff.service(8)
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Requires=shutdown.target umount.target final.target
|
Requires=shutdown.target umount.target final.target
|
||||||
After=shutdown.target umount.target final.target
|
After=shutdown.target umount.target final.target
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Reboot
|
Description=Reboot
|
||||||
Documentation=man:systemd-halt.service(8)
|
Documentation=man:systemd-reboot.service(8)
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Requires=shutdown.target umount.target final.target
|
Requires=shutdown.target umount.target final.target
|
||||||
After=shutdown.target umount.target final.target
|
After=shutdown.target umount.target final.target
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Suspend; Hibernate if not used for a period of time
|
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
|
DefaultDependencies=no
|
||||||
Requires=sleep.target
|
Requires=sleep.target
|
||||||
After=sleep.target
|
After=sleep.target
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=udev Control Socket
|
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
|
DefaultDependencies=no
|
||||||
Before=sockets.target
|
Before=sockets.target
|
||||||
ConditionPathIsReadWrite=/sys
|
ConditionPathIsReadWrite=/sys
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=udev Kernel Socket
|
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
|
DefaultDependencies=no
|
||||||
Before=sockets.target
|
Before=sockets.target
|
||||||
ConditionPathIsReadWrite=/sys
|
ConditionPathIsReadWrite=/sys
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Update UTMP about System Runlevel Changes
|
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
|
DefaultDependencies=no
|
||||||
RequiresMountsFor=/var/log/wtmp
|
RequiresMountsFor=/var/log/wtmp
|
||||||
Conflicts=shutdown.target
|
Conflicts=shutdown.target
|
||||||
|
Loading…
Reference in New Issue
Block a user