diff options
author | Josh Triplett <josh@joshtriplett.org> | 2014-11-29 01:06:28 -0800 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-11-29 13:55:31 -0500 |
commit | 778b6a3f8888ec9496143c92c8cbf95f5c891df9 (patch) | |
tree | 50a091a911145c19eb4e394a69c8ba29aa71cd6b /man/systemd-suspend.service.xml | |
parent | a9edaeff8481573764288ccf7e433a95b6dc7c03 (diff) |
systemd-sleep: Support sleep.conf.d directories in the usual search paths
Diffstat (limited to 'man/systemd-suspend.service.xml')
-rw-r--r-- | man/systemd-suspend.service.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/systemd-suspend.service.xml b/man/systemd-suspend.service.xml index 9a3ae1b89e..375c25576d 100644 --- a/man/systemd-suspend.service.xml +++ b/man/systemd-suspend.service.xml @@ -114,7 +114,8 @@ <filename>/sys/power/state</filename>, to trigger the actual system suspend. What exactly is written where can be configured in the <literal>[Sleep]</literal> - section of <filename>/etc/systemd/sleep.conf</filename>. + section of <filename>/etc/systemd/sleep.conf</filename> or a + <filename>sleep.conf.d</filename> file. See <citerefentry><refentrytitle>systemd-sleep.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. </para> </refsect1> |