sys-mon: disable sys-mon systemd service by default

BugzID: 65724

Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2020-08-27 09:42:33 +02:00
parent df9998233d
commit 5ed397cc0a
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ B = "${S}/build"
SYSTEMD_SERVICE_${PN} = "sys-mon.service" SYSTEMD_SERVICE_${PN} = "sys-mon.service"
SYSTEMD_AUTO_ENABLE_${PN} = "disable"
FILES_${PN} += " \ FILES_${PN} += " \
${bindir}/sys-mon \ ${bindir}/sys-mon \
${systemd_system_unitdir}/sys-mon.service \ ${systemd_system_unitdir}/sys-mon.service \