summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/watchdog/watchdog_5.15.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/watchdog/watchdog_5.15.bb b/meta/recipes-extended/watchdog/watchdog_5.15.bb
index d3f03532ac..bfaed9ad96 100644
--- a/meta/recipes-extended/watchdog/watchdog_5.15.bb
+++ b/meta/recipes-extended/watchdog/watchdog_5.15.bb
@@ -40,6 +40,9 @@ INITSCRIPT_PARAMS_${PN}-keepalive = "start 15 1 2 3 4 5 . stop 85 0 6 ."
40SYSTEMD_PACKAGES = "${PN} ${PN}-keepalive" 40SYSTEMD_PACKAGES = "${PN} ${PN}-keepalive"
41SYSTEMD_SERVICE_${PN} = "watchdog.service" 41SYSTEMD_SERVICE_${PN} = "watchdog.service"
42SYSTEMD_SERVICE_${PN}-keepalive = "wd_keepalive.service" 42SYSTEMD_SERVICE_${PN}-keepalive = "wd_keepalive.service"
43# When using systemd, consider making use of internal watchdog support of systemd.
44# See RuntimeWatchdogSec in /etc/systemd/system.conf.
45SYSTEMD_AUTO_ENABLE = "disable"
43 46
44do_install_append() { 47do_install_append() {
45 install -d ${D}${systemd_system_unitdir} 48 install -d ${D}${systemd_system_unitdir}