diff options
author | Franck Bui <fbui@suse.com> | 2023-09-20 11:29:44 +0200 |
---|---|---|
committer | Franck Bui <fbui@suse.com> | 2023-09-21 18:54:39 +0200 |
commit | c60801738cec950dbc755cfd78ffb3ac93e30a79 (patch) | |
tree | d5c8604c343a4d8263e7b00bba976996bd6fbcce /src/journal-remote | |
parent | Merge pull request #28919 from fbuihuu/custom-config-file-install-path (diff) | |
download | systemd-c60801738cec950dbc755cfd78ffb3ac93e30a79.tar.xz systemd-c60801738cec950dbc755cfd78ffb3ac93e30a79.zip |
config files: update their header to reflect that they can be installed in /usr
Follow-up for c76f2fb0e59340222ce21f85c17d384c114db9de.
Diffstat (limited to 'src/journal-remote')
-rw-r--r-- | src/journal-remote/journal-remote.conf.in | 8 | ||||
-rw-r--r-- | src/journal-remote/journal-upload.conf.in | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/src/journal-remote/journal-remote.conf.in b/src/journal-remote/journal-remote.conf.in index 297710af13..e517569a6b 100644 --- a/src/journal-remote/journal-remote.conf.in +++ b/src/journal-remote/journal-remote.conf.in @@ -6,9 +6,11 @@ # any later version. # # 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 journal-remote.conf.d/ subdirectory. The latter is generally recommended. -# Defaults can be restored by simply deleting this file and all drop-ins. +# should be created by either modifying this file (or a copy of it placed in +# /etc/ if the original file is shipped in /usr/), or by creating "drop-ins" in +# the /etc/systemd/journal-remote.conf.d/ directory. The latter is generally +# recommended. Defaults can be restored by simply deleting the main +# configuration file and all drop-ins located in /etc/. # # Use 'systemd-analyze cat-config systemd/journal-remote.conf' to display the full config. # diff --git a/src/journal-remote/journal-upload.conf.in b/src/journal-remote/journal-upload.conf.in index dd3743c226..41c53b6310 100644 --- a/src/journal-remote/journal-upload.conf.in +++ b/src/journal-remote/journal-upload.conf.in @@ -6,9 +6,11 @@ # any later version. # # 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 journal-upload.conf.d/ subdirectory. The latter is generally recommended. -# Defaults can be restored by simply deleting this file and all drop-ins. +# should be created by either modifying this file (or a copy of it placed in +# /etc/ if the original file is shipped in /usr/), or by creating "drop-ins" in +# the /etc/systemd/journal-upload.conf.d/ directory. The latter is generally +# recommended. Defaults can be restored by simply deleting the main +# configuration file and all drop-ins located in /etc/. # # Use 'systemd-analyze cat-config systemd/journal-upload.conf' to display the full config. # |