mirror of
https://github.com/systemd/systemd.git
synced 2024-12-31 21:18:09 +03:00
Fix description on suspend-then-hibernate units.
Suspend; Idle into hibernate didn't make sense.
This commit is contained in:
parent
e68c79db91
commit
ca037d1e08
@ -8,7 +8,7 @@
|
|||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Suspend; Idle into hibernate
|
Description=Suspend; Hibernate if not used for a period of time
|
||||||
Documentation=man:systemd.special(7)
|
Documentation=man:systemd.special(7)
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Requires=systemd-suspend-then-hibernate.service
|
Requires=systemd-suspend-then-hibernate.service
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Suspend; Idle into hibernate
|
Description=Suspend; Hibernate if not used for a period of time
|
||||||
Documentation=man:systemd-suspend.service(8)
|
Documentation=man:systemd-suspend.service(8)
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Requires=sleep.target
|
Requires=sleep.target
|
||||||
|
Loading…
Reference in New Issue
Block a user