diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-24 16:09:54 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-24 16:24:07 +0100 |
commit | dedabea4b3d61a87cedb5c8d7ccce5b86ea84afe (patch) | |
tree | b6354569c3e6e0037d3bed0a12a11569026e457c /man | |
parent | e955c45881eec5895fa10bf107bee3fafed38645 (diff) |
timer: support timers that can resume the system from suspend
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.timer.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml index b60199c2f7..58eaab09f8 100644 --- a/man/systemd.timer.xml +++ b/man/systemd.timer.xml @@ -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> |