| Summary: | systemd-journald does not honor /etc/systemd/journald.conf.d/*.conf files | ||
|---|---|---|---|
| Product: | systemd | Reporter: | Chris Atkinson <cwa> |
| Component: | general | Assignee: | systemd-bugs |
| Status: | RESOLVED INVALID | QA Contact: | systemd-bugs |
| Severity: | minor | ||
| Priority: | medium | ||
| Version: | unspecified | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
|
Description
Chris Atkinson
2015-03-15 17:07:49 UTC
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
Eeep, EBKAC. Please close and accept my apologies. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.