[systemd-bugs] [Bug 89581] systemd-journald does not honor /etc/systemd/journald.conf.d/*.conf files
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Mar 15 10:28:46 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=89581
Zbigniew Jedrzejewski-Szmek <zbyszek at in.waw.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #1 from Zbigniew Jedrzejewski-Szmek <zbyszek at in.waw.pl> ---
It works for me :)
Please make sure that the file has a .conf extension, there's the section
header, and no typos, and journald has been reloaded.
If there's still a problem try:
$ systemctl edit systemd-journald
[Service]
ExecStart=
ExecStart=/bin/strace -D -o /tmp/log -e file /usr/lib/systemd/systemd-journald
This should create
/etc/systemd/system/systemd-journald.service.d/override.conf.
Then restart the unit, and look at /tmp/log. There should be a statement like
open("/etc/systemd/journald.conf.d/local.conf", O_RDONLY|O_CLOEXEC) = 8
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20150315/e354cfab/attachment.html>
More information about the systemd-bugs
mailing list