diff options
-rw-r--r-- | man/sysctl.d.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/man/sysctl.d.xml b/man/sysctl.d.xml index 32084ee8d6..71a236b50b 100644 --- a/man/sysctl.d.xml +++ b/man/sysctl.d.xml @@ -59,11 +59,12 @@ <filename>/proc/sys/net/ipv4/conf/enp3s0.200/forwarding</filename>. </para> - <para>Any access permission errors and attempts to write variables not defined on the local system are - logged, but do not cause the service to fail. Moreover, if a variable assignment is prefixed with a - single <literal>-</literal> character, failure to set the variable will be logged, but will not cause the - service to fail. All other errors when setting variables cause the service to return failure at the end - (other variables are still processed).</para> + <para>Any access permission errors and attempts to write variables not present on the local system are + logged, but do not cause the service to fail. Debug log level is used, which means that the message will + not show up at all by default. Moreover, if a variable assignment is prefixed with a single + <literal>-</literal> character, any failure to set the variable will be logged at debug level, but will + not cause the service to fail. All other errors when setting variables are logged with higher priority + and cause the service to return failure at the end (other variables are still processed).</para> <para>The settings configured with <filename>sysctl.d</filename> files will be applied early on boot. The network |