[systemd-bugs] [Bug 89397] New: Empty conf.d directories are not created, for configuration files that support it
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Mar 2 13:16:57 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=89397
Bug ID: 89397
Summary: Empty conf.d directories are not created, for
configuration files that support it
Product: systemd
Version: unspecified
Hardware: All
OS: Linux (All)
Status: NEW
Severity: minor
Priority: medium
Component: general
Assignee: systemd-bugs at lists.freedesktop.org
Reporter: tanguy.person at gmail.com
QA Contact: systemd-bugs at lists.freedesktop.org
Created attachment 113928
--> https://bugs.freedesktop.org/attachment.cgi?id=113928&action=edit
Adding missing empty directories for conf.d
Systemd supports "conf.d" subfolders for several of its configuration files. It
helps configuration customization by separating hardware- and user-specific
configuration from systemd and/or distribution presets.
So It think that it would help end-users and Linux distributions if those
directories were created by systemd directly. Especialy when the files provided
by systemd mention them.
The attached patch is a very naïve one, I am no good developper, in fact it
lacks testing, so it probably can't be used as-is. But I hope it helps.
It adds the following empty directories :
/etc/systemd/bootchart.conf.d/
/etc/systemd/coredump.conf.d/
/etc/systemd/journald.conf.d/
/etc/systemd/logind.conf.d/
/etc/systemd/resolved.conf.d/
/etc/systemd/system.conf.d/
/etc/systemd/timesyncd.conf.d/
/etc/systemd/user.conf.d/
--
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/20150302/5f6f8dfd/attachment.html>
More information about the systemd-bugs
mailing list