X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-sleep.conf.xml;h=433f2f83a01ae98597c37102f3024af5a2c46032;hb=11ea2781eea4b912d2feb26785ece475e504c57b;hp=d4b07a0ca09c24baaf3fb074dec56502df6cf33d;hpb=0c7225549d539c77620e15c850c60e4dc124a131;p=elogind.git diff --git a/man/systemd-sleep.conf.xml b/man/systemd-sleep.conf.xml index d4b07a0ca..433f2f83a 100644 --- a/man/systemd-sleep.conf.xml +++ b/man/systemd-sleep.conf.xml @@ -1,5 +1,4 @@ - - + @@ -22,7 +21,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 +44,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 +102,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 +112,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: @@ -128,7 +136,7 @@ along with systemd; If not, see . systemd-hibernate.service8, or systemd-hybrid-sleep.service8. More than one value can be specified by separating - multiple values with commas. They will be tried + multiple values with whitespace. They will be tried in turn, until one is written without error. If neither succeeds, the operation will be aborted. @@ -146,7 +154,7 @@ along with systemd; If not, see . systemd-hibernate.service8, or systemd-hybrid-sleep.service8. More than one value can be specified by separating - multiple values with commas. They will be tried + multiple values with whitespace. They will be tried in turn, until one is written without error. If neither succeeds, the operation will be aborted. @@ -160,10 +168,8 @@ along with systemd; If not, see . Example: to exploit the freeze mode added in Linux 3.9, one can use systemctl suspend with - -[Sleep] -SuspendState=freeze - + [Sleep] +SuspendState=freeze