2012-06-26 19:33:11 +04:00
<?xml version='1.0'?> <!-- * - nxml - * -->
< !DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<!--
This file is part of systemd.
Copyright 2012 Lennart Poettering
2013-05-04 20:31:28 +04:00
Copyright 2013 Zbigniew Jędrzejewski-Szmek
2012-06-26 19:33:11 +04:00
systemd is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
systemd is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with systemd; If not, see <http: / / w w w . g n u . o r g / l i c e n s e s /> .
-->
2014-02-13 23:33:51 +04:00
<refentry id= "systemd-suspend.service"
xmlns:xi="http://www.w3.org/2001/XInclude">
2012-06-26 19:33:11 +04:00
<refentryinfo >
<title > systemd-suspend.service</title>
<productname > systemd</productname>
<authorgroup >
<author >
<contrib > Developer</contrib>
<firstname > Lennart</firstname>
<surname > Poettering</surname>
<email > lennart@poettering.net</email>
</author>
</authorgroup>
</refentryinfo>
<refmeta >
<refentrytitle > systemd-suspend.service</refentrytitle>
<manvolnum > 8</manvolnum>
</refmeta>
<refnamediv >
<refname > systemd-suspend.service</refname>
<refname > systemd-hibernate.service</refname>
2012-10-28 02:49:04 +04:00
<refname > systemd-hybrid-sleep.service</refname>
2012-06-26 19:33:11 +04:00
<refname > systemd-sleep</refname>
2012-07-16 20:08:25 +04:00
<refpurpose > System sleep state logic</refpurpose>
2012-06-26 19:33:11 +04:00
</refnamediv>
<refsynopsisdiv >
<para > <filename > systemd-suspend.service</filename> </para>
<para > <filename > systemd-hibernate.service</filename> </para>
2012-10-28 02:49:04 +04:00
<para > <filename > systemd-hybrid-sleep.service</filename> </para>
2012-06-26 19:33:11 +04:00
<para > <filename > /usr/lib/systemd/systemd-sleep</filename> </para>
</refsynopsisdiv>
<refsect1 >
<title > Description</title>
<para > <filename > systemd-suspend.service</filename> is
a system service that is pulled in by
<filename > suspend.target</filename> and is responsible
2013-05-04 20:31:28 +04:00
for the actual system suspend. Similarly,
2012-06-26 19:33:11 +04:00
<filename > systemd-hibernate.service</filename> is
pulled in by <filename > hibernate.target</filename> to
2012-10-28 02:49:04 +04:00
execute the actual hibernation. Finally,
<filename > systemd-hybrid-sleep.service</filename> is
pulled in by <filename > hybrid-sleep.target</filename>
to execute hybrid hibernation with system
suspend.</para>
<para > Immediately before entering system suspend
and/or hibernation
<filename > systemd-suspend.service</filename> (and the
other mentioned units, respectively) will run all
executables in
2012-06-26 19:33:11 +04:00
<filename > /usr/lib/systemd/system-sleep/</filename>
and pass two arguments to them. The first argument
2013-06-26 16:03:53 +04:00
will be <literal > pre</literal> , the second either
<literal > suspend</literal> ,
<literal > hibernate</literal> , or
<literal > hybrid-sleep</literal> depending on the
2012-06-26 19:50:29 +04:00
chosen action. Immediately after leaving system
2012-10-28 02:49:04 +04:00
suspend and/or hibernation the same executables are run,
2012-06-26 19:50:29 +04:00
but the first argument is now
2013-06-26 16:03:53 +04:00
<literal > post</literal> . All executables in this
2012-06-26 19:50:29 +04:00
directory are executed in parallel, and execution of
2013-05-04 20:31:28 +04:00
the action is not continued until all executables
have finished.</para>
2012-06-26 19:33:11 +04:00
<para > Note that scripts or binaries dropped in
<filename > /usr/lib/systemd/system-sleep/</filename>
are intended for local use only and should be
considered hacks. If applications want to be notified
2013-09-12 23:12:49 +04:00
of system suspend/hibernation and resume, there are
2012-10-28 02:49:04 +04:00
much nicer interfaces available.</para>
2012-06-26 19:33:11 +04:00
2012-06-26 19:50:29 +04:00
<para > Note that
2012-10-28 02:49:04 +04:00
<filename > systemd-suspend.service</filename> ,
2013-05-04 20:31:28 +04:00
<filename > systemd-hibernate.service</filename> , and
2012-10-28 02:49:04 +04:00
<filename > systemd-hybrid-sleep.service</filename>
should never be executed directly. Instead, trigger
system sleep states with a command such as
2013-06-26 16:03:53 +04:00
<literal > systemctl suspend</literal> or
2012-10-28 02:49:04 +04:00
similar.</para>
2012-10-31 03:19:34 +04:00
<para > Internally, this service will echo a string like
2013-06-26 16:03:53 +04:00
<literal > mem</literal> into
2012-10-31 03:19:34 +04:00
<filename > /sys/power/state</filename> , to trigger the
2013-05-04 20:31:28 +04:00
actual system suspend. What exactly is written
where can be configured in the <literal > [Sleep]</literal>
section of <filename > /etc/systemd/sleep.conf</filename> .
See <citerefentry > <refentrytitle > systemd-sleep.conf</refentrytitle> <manvolnum > 5</manvolnum> </citerefentry> .
</para>
</refsect1>
<refsect1 >
<title > Options</title>
<para > <command > systemd-sleep</command> understands the
following commands:</para>
<variablelist >
2014-02-13 23:33:51 +04:00
<xi:include href= "standard-options.xml" xpointer= "help" />
<xi:include href= "standard-options.xml" xpointer= "version" />
2013-05-04 20:31:28 +04:00
<varlistentry >
<term > <option > suspend</option> </term>
<term > <option > hibernate</option> </term>
<term > <option > hybrid-sleep</option> </term>
<listitem > <para > Suspend, hibernate, or
put the system to hybrid sleep.</para>
</listitem>
</varlistentry>
</variablelist>
2012-06-26 19:33:11 +04:00
</refsect1>
<refsect1 >
<title > See Also</title>
<para >
2013-05-04 20:31:28 +04:00
<citerefentry > <refentrytitle > systemd-sleep.conf</refentrytitle> <manvolnum > 5</manvolnum> </citerefentry> ,
2012-06-26 19:33:11 +04:00
<citerefentry > <refentrytitle > systemd</refentrytitle> <manvolnum > 1</manvolnum> </citerefentry> ,
2012-06-26 19:50:29 +04:00
<citerefentry > <refentrytitle > systemctl</refentrytitle> <manvolnum > 1</manvolnum> </citerefentry> ,
<citerefentry > <refentrytitle > systemd.special</refentrytitle> <manvolnum > 7</manvolnum> </citerefentry> ,
2012-06-26 19:33:11 +04:00
<citerefentry > <refentrytitle > systemd-halt.service</refentrytitle> <manvolnum > 8</manvolnum> </citerefentry>
</para>
</refsect1>
</refentry>