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 | |
parent | a9edaeff8481573764288ccf7e433a95b6dc7c03 (diff) |
systemd-sleep: Support sleep.conf.d directories in the usual search paths
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-sleep.conf.xml | 15 | ||||
-rw-r--r-- | man/systemd-suspend.service.xml | 3 |
2 files changed, 14 insertions, 4 deletions
diff --git a/man/systemd-sleep.conf.xml b/man/systemd-sleep.conf.xml index d724960678..99e0e3315f 100644 --- a/man/systemd-sleep.conf.xml +++ b/man/systemd-sleep.conf.xml @@ -22,7 +22,8 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="systemd-sleep.conf"> +<refentry id="systemd-sleep.conf" + xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> <title>systemd-sleep.conf</title> <productname>systemd</productname> @@ -44,11 +45,15 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <refnamediv> <refname>systemd-sleep.conf</refname> + <refname>sleep.conf.d</refname> <refpurpose>Suspend and hibernation configuration file</refpurpose> </refnamediv> <refsynopsisdiv> <para><filename>/etc/systemd/sleep.conf</filename></para> + <para><filename>/etc/systemd/sleep.conf.d/*.conf</filename></para> + <para><filename>/run/systemd/sleep.conf.d/*.conf</filename></para> + <para><filename>/usr/lib/systemd/sleep.conf.d/*.conf</filename></para> </refsynopsisdiv> <refsect1> @@ -98,7 +103,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </varlistentry> </variablelist> - <para>Settings in this file determine what strings + <para>Settings in these files determine what strings will be written to <filename>/sys/power/disk</filename> and <filename>/sys/power/state</filename> by @@ -108,12 +113,16 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. attempts to suspend or hibernate the machine.</para> </refsect1> + <xi:include href="standard-conf.xml" xpointer="confd" /> + <xi:include href="standard-conf.xml" xpointer="conf" /> + <refsect1> <title>Options</title> <para>The following options can be configured in the <literal>[Sleep]</literal> section of - <filename>/etc/systemd/sleep.conf</filename>:</para> + <filename>/etc/systemd/sleep.conf</filename> or a + <filename>sleep.conf.d</filename> file:</para> <variablelist class='systemd-directives'> <varlistentry> 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> |