aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2012-11-09 13:07:53 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-11-13 15:02:57 +0100
commit8ae005d033f807659252f07d0fbb7363ea5744fb (patch)
tree7a299aa6600f8dadbdba8329c1a18c2bf23842ea /meta-systemd
parente23c48c67e5cb6b6b85880559d0767469a25d42a (diff)
downloadmeta-openembedded-8ae005d033f807659252f07d0fbb7363ea5744fb.tar.gz
systemd: Make the main systemd files proper CONFFILES
Allow a user to edit the main systemd configuration files and have them not overwritten at the next upgrade of it. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-systemd')
-rw-r--r--meta-systemd/recipes-core/systemd/systemd_git.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-systemd/recipes-core/systemd/systemd_git.bb b/meta-systemd/recipes-core/systemd/systemd_git.bb
index 6deda826d9..bfd1b30371 100644
--- a/meta-systemd/recipes-core/systemd/systemd_git.bb
+++ b/meta-systemd/recipes-core/systemd/systemd_git.bb
@@ -19,7 +19,7 @@ inherit gitpkgv
PKGV = "v${GITPKGVTAG}"
PV = "git"
-PR = "r9"
+PR = "r10"
inherit useradd pkgconfig autotools perlnative
@@ -126,6 +126,11 @@ FILES_${PN}-vconsole-setup = "${systemd_unitdir}/systemd-vconsole-setup \
RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts"
+CONFFILES_${PN} = "${sysconfdir}/systemd/journald.conf \
+ ${sysconfdir}/systemd/logind.conf \
+ ${sysconfdir}/systemd/system.conf \
+ ${sysconfdir}/systemd/user.conf"
+
FILES_${PN} = " ${base_bindir}/* \
${datadir}/dbus-1/services \
${datadir}/dbus-1/system-services \