diff options
author | Josh Triplett <josh@joshtriplett.org> | 2014-11-29 01:06:20 -0800 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-11-29 13:55:31 -0500 |
commit | a9edaeff8481573764288ccf7e433a95b6dc7c03 (patch) | |
tree | 3fe088cac9fd69e73a2f98b9702b6b1c72859c4a /src/journal/journald.conf | |
parent | 1b907b5c3b11491b790e541dd24255a758511a2f (diff) |
journald: Support journald.conf.d directories in the usual search paths
Diffstat (limited to 'src/journal/journald.conf')
-rw-r--r-- | src/journal/journald.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/journal/journald.conf b/src/journal/journald.conf index 2073f1bf21..29bdf8f183 100644 --- a/src/journal/journald.conf +++ b/src/journal/journald.conf @@ -5,6 +5,9 @@ # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # +# You can override the directives in this file by creating files in +# /etc/systemd/journald.conf.d/*.conf. +# # See journald.conf(5) for details [Journal] |