From 18b754d345ecb0b15e369978aaffa72e9814b86a Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Fri, 30 Mar 2012 23:18:33 +0200 Subject: rename /etc/systemd/systemd-{login,journal}d.conf to {login,journal}d.conf --- src/journal/journald.c | 2 +- src/journal/journald.conf | 25 +++++++++++++++++++++++++ src/journal/systemd-journald.conf | 25 ------------------------- 3 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 src/journal/journald.conf delete mode 100644 src/journal/systemd-journald.conf (limited to 'src/journal') diff --git a/src/journal/journald.c b/src/journal/journald.c index f0f5103bf0..f341b8742b 100644 --- a/src/journal/journald.c +++ b/src/journal/journald.c @@ -2584,7 +2584,7 @@ static int server_parse_config_file(Server *s) { assert(s); - fn = "/etc/systemd/systemd-journald.conf"; + fn = "/etc/systemd/journald.conf"; f = fopen(fn, "re"); if (!f) { if (errno == ENOENT) diff --git a/src/journal/journald.conf b/src/journal/journald.conf new file mode 100644 index 0000000000..710b0aa941 --- /dev/null +++ b/src/journal/journald.conf @@ -0,0 +1,25 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# See system-journald.conf(5) for details + +[Journal] +#Compress=yes +#RateLimitInterval=10s +#RateLimitBurst=200 +#SystemMaxUse= +#SystemKeepFree= +#SystemMaxFileSize= +#SystemMinFileSize= +#RuntimeMaxUse= +#RuntimeKeepFree= +#RuntimeMaxFileSize= +#RuntimeMinFileSize= +#ForwardToSyslog=yes +#ForwardToKMsg=no +#ForwardToConsole=no +#ImportKernel=yes diff --git a/src/journal/systemd-journald.conf b/src/journal/systemd-journald.conf deleted file mode 100644 index 710b0aa941..0000000000 --- a/src/journal/systemd-journald.conf +++ /dev/null @@ -1,25 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# See system-journald.conf(5) for details - -[Journal] -#Compress=yes -#RateLimitInterval=10s -#RateLimitBurst=200 -#SystemMaxUse= -#SystemKeepFree= -#SystemMaxFileSize= -#SystemMinFileSize= -#RuntimeMaxUse= -#RuntimeKeepFree= -#RuntimeMaxFileSize= -#RuntimeMinFileSize= -#ForwardToSyslog=yes -#ForwardToKMsg=no -#ForwardToConsole=no -#ImportKernel=yes -- cgit v1.2.3-54-g00ecf