mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
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>
This commit is contained in:
committed by
Koen Kooi
parent
e23c48c67e
commit
8ae005d033
@@ -19,7 +19,7 @@ inherit gitpkgv
|
|||||||
PKGV = "v${GITPKGVTAG}"
|
PKGV = "v${GITPKGVTAG}"
|
||||||
|
|
||||||
PV = "git"
|
PV = "git"
|
||||||
PR = "r9"
|
PR = "r10"
|
||||||
|
|
||||||
inherit useradd pkgconfig autotools perlnative
|
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"
|
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}/* \
|
FILES_${PN} = " ${base_bindir}/* \
|
||||||
${datadir}/dbus-1/services \
|
${datadir}/dbus-1/services \
|
||||||
${datadir}/dbus-1/system-services \
|
${datadir}/dbus-1/system-services \
|
||||||
|
|||||||
Reference in New Issue
Block a user