timer: support timers that can resume the system from suspend

This commit is contained in:
Lennart Poettering
2014-03-24 16:09:54 +01:00
parent e955c45881
commit dedabea4b3
7 changed files with 104 additions and 30 deletions

View File

@@ -271,6 +271,23 @@
<varname>OnCalendar=</varname>.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>WakeSystem=</varname></term>
<listitem><para>Takes a boolean
argument. If true an elapsing timer
will cause the system to resume from
suspend, should it be suspended and if
the system supports this. Note that
this option will only make sure the
system resumes on the appropriate
times, it will not take care of
suspending it again after any work
that is to be done is
finished. Defaults to
<varname>false</varname>.</para></listitem>
</varlistentry>
</variablelist>
</refsect1>