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

enable service

parent fa226259
Branches
Tags
No related merge requests found
Pipeline #121942 passed with warnings
...@@ -23,4 +23,7 @@ FILES:${PN} += "\ ...@@ -23,4 +23,7 @@ FILES:${PN} += "\
do_install() { do_install() {
install -Dm755 bin/linux_arm64/node_exporter ${D}${bindir}/node_exporter install -Dm755 bin/linux_arm64/node_exporter ${D}${bindir}/node_exporter
install -Dm644 ${S}/${GO_INSTALL}/examples/systemd/node_exporter.service ${D}${systemd_unitdir}/system/node_exporter.service install -Dm644 ${S}/${GO_INSTALL}/examples/systemd/node_exporter.service ${D}${systemd_unitdir}/system/node_exporter.service
install -d ${D}${systemd_unitdir}/system/multi-user.target.wants
ln -sf ../node_exporter.service ${D}${systemd_unitdir}/system/multi-user.target.wants/node_exporter.service
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment