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 /src/timesync | |
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 'src/timesync')
-rw-r--r-- | src/timesync/timesyncd.conf.in | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/timesync/timesyncd.conf.in b/src/timesync/timesyncd.conf.in index f91c034a01..8a9a14cf0c 100644 --- a/src/timesync/timesyncd.conf.in +++ b/src/timesync/timesyncd.conf.in @@ -1,13 +1,14 @@ # This file is part of systemd. # -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. +# systemd is free software; you can redistribute it and/or modify it under the +# terms of the GNU Lesser General Public License as published by the Free +# Software Foundation; either version 2.1 of the License, or (at your option) +# any later version. # -# Entries in this file show the compile time defaults. -# You can change settings by editing this file. -# Defaults can be restored by simply deleting this file. +# Entries in this file show the compile time defaults. Local configuration +# should be created by either modifying this file, or by creating "drop-ins" in +# the system.conf.d/ subdirectory. The latter is generally recommended. +# Defaults can be restored by simply deleting this file and all drop-ins. # # See timesyncd.conf(5) for details. |