diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-02-18 20:57:06 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-02-19 06:05:42 +0100 |
commit | 09db71a4a3fb9cee19f89cb75ad453caa46209b8 (patch) | |
tree | 9cbba6cc1127e9fd101eab7e53d3e7788a40b7c8 /man/standard-conf.xml | |
parent | table: drop trailing white spaces of the last cell in row (diff) | |
download | systemd-09db71a4a3fb9cee19f89cb75ad453caa46209b8.tar.xz systemd-09db71a4a3fb9cee19f89cb75ad453caa46209b8.zip |
Recommend drop-ins over modifications to the main config file
As discussed in https://github.com/systemd/systemd/pull/18347.
Diffstat (limited to 'man/standard-conf.xml')
-rw-r--r-- | man/standard-conf.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/standard-conf.xml b/man/standard-conf.xml index edb7887b4f..f02b9b0594 100644 --- a/man/standard-conf.xml +++ b/man/standard-conf.xml @@ -44,8 +44,9 @@ <para>The default configuration is set during compilation, so configuration is only needed when it is necessary to deviate from those defaults. Initially, the main configuration file in <filename>/etc/systemd/</filename> contains commented out entries showing the defaults as a guide to the - administrator. Local overrides can be created by editing this file or by creating drop-ins, see below. - </para> + administrator. Local overrides can be created by editing this file or by creating drop-ins, as described + below. Using drop-ins for local configuration is recommended over modifications to the main configuration + file.</para> <para>In addition to the "main" configuration file, drop-in configuration snippets are read from <filename>/usr/lib/systemd/*.conf.d/</filename>, <filename>/usr/local/lib/systemd/*.conf.d/</filename>, |