From dedabea4b3d61a87cedb5c8d7ccce5b86ea84afe Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 24 Mar 2014 16:09:54 +0100 Subject: timer: support timers that can resume the system from suspend --- man/systemd.timer.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'man/systemd.timer.xml') 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 @@ OnCalendar=. + + + WakeSystem= + + 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 + false. + -- cgit v1.2.3-54-g00ecf