8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
FILESEXTRAPATHS := "${THISDIR}/${PN}"
|
|
|
|
SRC_URI += "file://journald.conf"
|
|
|
|
do_install_append() {
|
|
cp ${WORKDIR}/journald.conf ${D}${sysconfdir}/systemd
|
|
}
|