From 60cc570a0b5affb74c59d539e3c79ba73b1931b6 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Thu, 2 Aug 2018 12:35:36 -0700 Subject: Update watchdogd path watchdogd is now removed from init and treated like any other system executable. Bug: 73660730 Test: watchdogd still runs Change-Id: I4b1cf0b39933fa6c60948c0d977fef6c0e112703 --- init.common.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.common.rc b/init.common.rc index 8d229216..e1f9793d 100644 --- a/init.common.rc +++ b/init.common.rc @@ -110,7 +110,7 @@ service wpa_supplicant /system/vendor/bin/hw/wpa_supplicant \ oneshot # Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin -service watchdogd /sbin/watchdogd 10 20 +service watchdogd /system/bin/watchdogd 10 20 class core oneshot seclabel u:r:watchdogd:s0 -- cgit v1.2.3