diff options
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> |