X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-sleep.conf.xml;h=433f2f83a01ae98597c37102f3024af5a2c46032;hp=dc4b0da68e4a56cc4786116ab4dffa202c52213d;hb=754061ce7173fd8cb66ade1a48381e2cead35522;hpb=19adb8a3204fefd91411b5f0f350c8bc6bcf75fe diff --git a/man/systemd-sleep.conf.xml b/man/systemd-sleep.conf.xml index dc4b0da68..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: @@ -127,10 +135,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 +153,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 +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