Skip to content
Snippets Groups Projects
Commit c6a4075b authored by Jan David Mol's avatar Jan David Mol
Browse files

fix

parent 23d77bd3
No related branches found
No related tags found
1 merge request!6Add log forwarding
Pipeline #123369 skipped
...@@ -2,12 +2,12 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:" ...@@ -2,12 +2,12 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI += " \ SRC_URI += " \
file://eth.network \ file://eth.network \
file://01-remote-logging.conf \ file://forward-to-syslog.conf \
" "
FILES:${PN} += " \ FILES:${PN} += " \
${sysconfdir}/systemd/network/eth.network \ ${sysconfdir}/systemd/network/eth.network \
${sysconfdir}/systemd/journald.conf.d/01-remote-logging.conf \ ${sysconfdir}/systemd/journald.conf.d/forward-to-syslog.conf \
" "
do_install:append() { do_install:append() {
...@@ -15,5 +15,5 @@ do_install:append() { ...@@ -15,5 +15,5 @@ do_install:append() {
install -m 0644 ${WORKDIR}/eth.network ${D}${sysconfdir}/systemd/network install -m 0644 ${WORKDIR}/eth.network ${D}${sysconfdir}/systemd/network
install -d ${D}${sysconfdir}/systemd/journald.conf.d install -d ${D}${sysconfdir}/systemd/journald.conf.d
install -m 0644 ${WORKDIR}/01-remote-logging.conf ${D}${sysconfdir}/systemd/journald.conf.d install -m 0644 ${WORKDIR}/forward-to-syslog.conf ${D}${sysconfdir}/systemd/journald.conf.d
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment