From 5ed397cc0a333d153685a373564f3d308c4d36a8 Mon Sep 17 00:00:00 2001 From: Marc Mattmueller Date: Thu, 27 Aug 2020 09:42:33 +0200 Subject: [PATCH] sys-mon: disable sys-mon systemd service by default BugzID: 65724 Signed-off-by: Marc Mattmueller --- recipes-tools/sys-mon/sys-mon_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-tools/sys-mon/sys-mon_git.bb b/recipes-tools/sys-mon/sys-mon_git.bb index 1cc22e8..053752c 100644 --- a/recipes-tools/sys-mon/sys-mon_git.bb +++ b/recipes-tools/sys-mon/sys-mon_git.bb @@ -23,6 +23,8 @@ B = "${S}/build" SYSTEMD_SERVICE_${PN} = "sys-mon.service" +SYSTEMD_AUTO_ENABLE_${PN} = "disable" + FILES_${PN} += " \ ${bindir}/sys-mon \ ${systemd_system_unitdir}/sys-mon.service \