summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2018-08-02 12:35:36 -0700
committerTom Cherry <tomcherry@google.com>2018-08-02 12:35:36 -0700
commit60cc570a0b5affb74c59d539e3c79ba73b1931b6 (patch)
tree5643b70135d187affb99cbca8a3192b442340ae2
parent1786ee2ac091fea9ab9424a721772ec46afd3def (diff)
downloadhikey-60cc570a0b5affb74c59d539e3c79ba73b1931b6.tar.gz
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
-rw-r--r--init.common.rc2
1 files changed, 1 insertions, 1 deletions
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