diff options
author | Franck Bui <fbui@suse.com> | 2023-08-21 12:51:58 +0200 |
---|---|---|
committer | Franck Bui <fbui@suse.com> | 2023-09-19 17:47:57 +0200 |
commit | 58849483a430aa6c791604a5ecddc30d956dda7a (patch) | |
tree | 4838ece38d3f797441ad1d95870377b00f311050 /src/journal-remote | |
parent | Merge pull request #29221 from keszybz/fedora-cloud-latest (diff) | |
download | systemd-58849483a430aa6c791604a5ecddc30d956dda7a.tar.xz systemd-58849483a430aa6c791604a5ecddc30d956dda7a.zip |
config files: more recommendations of `systemd-analyze cat-config`
Follow-up for 3b0754b16c5.
Diffstat (limited to 'src/journal-remote')
-rw-r--r-- | src/journal-remote/journal-remote.conf.in | 2 | ||||
-rw-r--r-- | src/journal-remote/journal-upload.conf.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/journal-remote/journal-remote.conf.in b/src/journal-remote/journal-remote.conf.in index afb319102c..297710af13 100644 --- a/src/journal-remote/journal-remote.conf.in +++ b/src/journal-remote/journal-remote.conf.in @@ -10,6 +10,8 @@ # the journal-remote.conf.d/ subdirectory. The latter is generally recommended. # Defaults can be restored by simply deleting this file and all drop-ins. # +# Use 'systemd-analyze cat-config systemd/journal-remote.conf' to display the full config. +# # See journal-remote.conf(5) for details. [Remote] diff --git a/src/journal-remote/journal-upload.conf.in b/src/journal-remote/journal-upload.conf.in index 94471e4a00..dd3743c226 100644 --- a/src/journal-remote/journal-upload.conf.in +++ b/src/journal-remote/journal-upload.conf.in @@ -10,6 +10,8 @@ # the journal-upload.conf.d/ subdirectory. The latter is generally recommended. # Defaults can be restored by simply deleting this file and all drop-ins. # +# Use 'systemd-analyze cat-config systemd/journal-upload.conf' to display the full config. +# # See journal-upload.conf(5) for details. [Upload] |