aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/vnstat/vnstat_2.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/vnstat/vnstat_2.6.bb')
-rw-r--r--meta-networking/recipes-support/vnstat/vnstat_2.6.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/vnstat/vnstat_2.6.bb b/meta-networking/recipes-support/vnstat/vnstat_2.6.bb
index ad8802f3a6..a7e008e55e 100644
--- a/meta-networking/recipes-support/vnstat/vnstat_2.6.bb
+++ b/meta-networking/recipes-support/vnstat/vnstat_2.6.bb
@@ -13,10 +13,10 @@ inherit autotools pkgconfig systemd
EXTRA_OECONF = "--disable-extra-paths"
-do_install_append() {
+do_install:append() {
install -Dm644 ${S}/examples/systemd/vnstat.service "${D}${systemd_system_unitdir}/vnstat.service"
}
PARALLEL_MAKEINST = ""
-SYSTEMD_SERVICE_${PN} = "vnstat.service"
+SYSTEMD_SERVICE:${PN} = "vnstat.service"