]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document that WakeSystem= requires privs
authorLennart Poettering <lennart@poettering.net>
Fri, 12 Jul 2019 07:45:21 +0000 (09:45 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 12 Jul 2019 12:25:33 +0000 (14:25 +0200)
Fixes: #11677
man/systemd.timer.xml

index 0f6518dbc2d94006980f647b10b2fa5f7297a295..ebf6de4eb233cc5dc4b63aea18af0c2c4e897129 100644 (file)
       <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>