summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-07-12 09:45:21 +0200
committerLennart Poettering <lennart@poettering.net>2019-07-12 14:25:33 +0200
commit114b90e10c87162ea5710c2c07f83707123676f7 (patch)
treef1e807129a37c2e6e929544538609072b768ba61 /man
parent15b0fdd5a6908307b92b75652dd6269b76b1b017 (diff)
downloadsystemd-114b90e10c87162ea5710c2c07f83707123676f7.tar.gz
systemd-114b90e10c87162ea5710c2c07f83707123676f7.tar.bz2
systemd-114b90e10c87162ea5710c2c07f83707123676f7.zip
man: document that WakeSystem= requires privs
Fixes: #11677
Diffstat (limited to 'man')
-rw-r--r--man/systemd.timer.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml
index 0f6518dbc2..ebf6de4eb2 100644
--- a/man/systemd.timer.xml
+++ b/man/systemd.timer.xml
@@ -303,13 +303,14 @@
<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>
+ <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>
+
+ <para>Note that this functionality requires privileges and is thus generally only available in the
+ system service manager.</para></listitem>
</varlistentry>
<varlistentry>