diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-06-28 10:17:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-28 10:17:54 +0200 |
commit | ca285cdb405f99ba6c67d8e8da263b7bbb52c19f (patch) | |
tree | 2612c6616d00ba930d2346fb357b83cbd2492a96 /src/journal-remote | |
parent | tree-wide: use 'signed int' instead of 'int' for bit field variables (diff) | |
parent | man: add missing option for system.conf (diff) | |
download | systemd-ca285cdb405f99ba6c67d8e8da263b7bbb52c19f.tar.xz systemd-ca285cdb405f99ba6c67d8e8da263b7bbb52c19f.zip |
Merge pull request #9422 from yuwata/conf-files
cleanups for default conf files
Diffstat (limited to 'src/journal-remote')
-rw-r--r-- | src/journal-remote/journal-remote.conf.in | 13 | ||||
-rw-r--r-- | src/journal-remote/journal-upload.conf.in | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/src/journal-remote/journal-remote.conf.in b/src/journal-remote/journal-remote.conf.in index 7122d63362..edc3abab4b 100644 --- a/src/journal-remote/journal-remote.conf.in +++ b/src/journal-remote/journal-remote.conf.in @@ -1,3 +1,16 @@ +# 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. +# +# 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. +# +# See journal-remote.conf(5) for details + [Remote] # Seal=false # SplitMode=host diff --git a/src/journal-remote/journal-upload.conf.in b/src/journal-remote/journal-upload.conf.in index c5670682e8..5f59a6fe80 100644 --- a/src/journal-remote/journal-upload.conf.in +++ b/src/journal-remote/journal-upload.conf.in @@ -1,3 +1,16 @@ +# 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. +# +# 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. +# +# See journal-upload.conf(5) for details + [Upload] # URL= # ServerKeyFile=@CERTIFICATEROOT@/private/journal-upload.pem |