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

units: update Description= for systemd-sleep units

This commit is contained in:
Mike Yuan 2024-01-15 02:58:52 +08:00
parent ad0b7e03db
commit 22b21b2ea2
No known key found for this signature in database
GPG Key ID: 417471C0A40F58B3
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
# (at your option) any later version.
[Unit]
Description=Hibernate
Description=System Hibernate
Documentation=man:systemd-hibernate.service(8)
DefaultDependencies=no
Requires=sleep.target

View File

@ -8,7 +8,7 @@
# (at your option) any later version.
[Unit]
Description=Hybrid Suspend+Hibernate
Description=System Hybrid Suspend+Hibernate
Documentation=man:systemd-hybrid-sleep.service(8)
DefaultDependencies=no
Requires=sleep.target

View File

@ -8,7 +8,7 @@
# (at your option) any later version.
[Unit]
Description=Suspend; Hibernate if not used for a period of time
Description=System Suspend then Hibernate
Documentation=man:systemd-suspend-then-hibernate.service(8)
DefaultDependencies=no
Requires=sleep.target