blob: 08f3f4528ca277c7ea9545d3e92966c6a77e94c6 [file] [log] [blame]
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI:append = " \
file://40-system.conf \
"
FILES:${PN}:append = " \
${systemd_unitdir}/system.conf.d/40-system.conf \
"
do_install:append() {
install -d -m 0755 ${D}${systemd_unitdir}/system.conf.d/
install -m 0644 ${WORKDIR}/40-system.conf ${D}${systemd_unitdir}/system.conf.d/
}