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

add log forwarding

parent f9fb5cbb
Branches
Tags
No related merge requests found
Pipeline #122198 skipped
*.* @10.99.0.250 ;RFC5424
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI += " \
file://10-remote-logging.conf \
"
FILES:${PN} += " \
${sysconfdir}/syslog.d/10-remote-logging.conf \
"
do_install:append() {
install -d ${D}${sysconfdir}/syslog.d
install -m 0644 ${WORKDIR}/10-remote-logging.conf ${D}${sysconfdir}/syslog.d/10-remote-logging.conf
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment