X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-sleep.conf.xml;h=99e0e3315f24ee42aaf62e2066a6851c8169c14e;hp=dc4b0da68e4a56cc4786116ab4dffa202c52213d;hb=ff0af2a1660bb122f29713c9b2aff8179f165bb7;hpb=19adb8a3204fefd91411b5f0f350c8bc6bcf75fe diff --git a/man/systemd-sleep.conf.xml b/man/systemd-sleep.conf.xml index dc4b0da68..99e0e3315 100644 --- a/man/systemd-sleep.conf.xml +++ b/man/systemd-sleep.conf.xml @@ -1,4 +1,4 @@ - + @@ -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: @@ -127,10 +136,10 @@ along with systemd; If not, see . systemd-suspend.service8, systemd-hibernate.service8, or systemd-hybrid-sleep.service8. - More than one value can be specified by seperating - multiple values with commas. They will be tried + More than one value can be specified by separating + multiple values with whitespace. They will be tried in turn, until one is written without error. If - neither suceeds, the operation will be aborted. + neither succeeds, the operation will be aborted. @@ -145,10 +154,10 @@ along with systemd; If not, see . systemd-suspend.service8, systemd-hibernate.service8, or systemd-hybrid-sleep.service8. - More than one value can be specified by seperating - multiple values with commas. They will be tried + More than one value can be specified by separating + multiple values with whitespace. They will be tried in turn, until one is written without error. If - neither suceeds, the operation will be aborted. + neither succeeds, the operation will be aborted. @@ -160,10 +169,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