From: Lennart Poettering Date: Fri, 12 Jul 2019 07:45:21 +0000 (+0200) Subject: man: document that WakeSystem= requires privs X-Git-Tag: v243-rc1~139^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=114b90e10c87162ea5710c2c07f83707123676f7;p=thirdparty%2Fsystemd.git man: document that WakeSystem= requires privs Fixes: #11677 --- diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml index 0f6518dbc2d..ebf6de4eb23 100644 --- a/man/systemd.timer.xml +++ b/man/systemd.timer.xml @@ -303,13 +303,14 @@ 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. + 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. + + Note that this functionality requires privileges and is thus generally only available in the + system service manager.