From: Mario Limonciello Date: Wed, 28 Mar 2018 20:13:49 +0000 (-0500) Subject: Fix description on suspend-then-hibernate units. X-Git-Tag: v239~456^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca037d1e08ecc7ab831473d44230e3e3b6da6031;p=thirdparty%2Fsystemd.git Fix description on suspend-then-hibernate units. Suspend; Idle into hibernate didn't make sense. --- diff --git a/units/suspend-then-hibernate.target b/units/suspend-then-hibernate.target index 8c455100953..999c0a9c86b 100644 --- a/units/suspend-then-hibernate.target +++ b/units/suspend-then-hibernate.target @@ -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.special(7) DefaultDependencies=no Requires=systemd-suspend-then-hibernate.service diff --git a/units/systemd-suspend-then-hibernate.service.in b/units/systemd-suspend-then-hibernate.service.in index 441ff164a02..5d6a5827302 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