diff options
author | Mario Limonciello <mario.limonciello@dell.com> | 2018-03-28 22:13:49 +0200 |
---|---|---|
committer | Mario Limonciello <mario.limonciello@dell.com> | 2018-03-28 22:26:18 +0200 |
commit | ca037d1e08ecc7ab831473d44230e3e3b6da6031 (patch) | |
tree | 3190240e442837aabac800026c97308d0599102f /units/systemd-suspend-then-hibernate.service.in | |
parent | Rename suspend-to-hibernate to suspend-then-hibernate (diff) | |
download | systemd-ca037d1e08ecc7ab831473d44230e3e3b6da6031.tar.xz systemd-ca037d1e08ecc7ab831473d44230e3e3b6da6031.zip |
Fix description on suspend-then-hibernate units.
Suspend; Idle into hibernate didn't make sense.
Diffstat (limited to 'units/systemd-suspend-then-hibernate.service.in')
-rw-r--r-- | units/systemd-suspend-then-hibernate.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-suspend-then-hibernate.service.in b/units/systemd-suspend-then-hibernate.service.in index 441ff164a0..5d6a582730 100644 --- a/units/systemd-suspend-then-hibernate.service.in +++ b/units/systemd-suspend-then-hibernate.service.in @@ -8,7 +8,7 @@ # (at your option) any later version. [Unit] -Description=Suspend; Idle into hibernate +Description=Suspend; Hibernate if not used for a period of time Documentation=man:systemd-suspend.service(8) DefaultDependencies=no Requires=sleep.target |