From 778b6a3f8888ec9496143c92c8cbf95f5c891df9 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sat, 29 Nov 2014 01:06:28 -0800 Subject: systemd-sleep: Support sleep.conf.d directories in the usual search paths --- man/systemd-sleep.conf.xml | 15 ++++++++++++--- man/systemd-suspend.service.xml | 3 ++- 2 files changed, 14 insertions(+), 4 deletions(-) (limited to 'man') 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 . --> - + systemd-sleep.conf systemd @@ -44,11 +45,15 @@ along with systemd; If not, see . systemd-sleep.conf + sleep.conf.d Suspend and hibernation configuration file /etc/systemd/sleep.conf + /etc/systemd/sleep.conf.d/*.conf + /run/systemd/sleep.conf.d/*.conf + /usr/lib/systemd/sleep.conf.d/*.conf @@ -98,7 +103,7 @@ along with systemd; If not, see . - Settings in this file determine what strings + Settings in these files determine what strings will be written to /sys/power/disk and /sys/power/state by @@ -108,12 +113,16 @@ along with systemd; If not, see . attempts to suspend or hibernate the machine. + + + Options The following options can be configured in the [Sleep] section of - /etc/systemd/sleep.conf: + /etc/systemd/sleep.conf or a + sleep.conf.d file: 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 @@ /sys/power/state, to trigger the actual system suspend. What exactly is written where can be configured in the [Sleep] - section of /etc/systemd/sleep.conf. + section of /etc/systemd/sleep.conf or a + sleep.conf.d file. See systemd-sleep.conf5. -- cgit v1.2.3-54-g00ecf