Start watchdogd

Change-Id: If412d423048da8efcd4ab349266f3b4dc2a9ecc6
diff --git a/init.manta.rc b/init.manta.rc
index 9aa66f8..0079d65 100755
--- a/init.manta.rc
+++ b/init.manta.rc
@@ -7,6 +7,9 @@
     symlink /storage/sdcard0 /sdcard
     symlink /storage/sdcard0 /mnt/sdcard
 
+on init
+    start watchdogd
+
 on post-fs-data
     # we will remap this as /storage/sdcard0 with the sdcard fuse tool
     mkdir /data/media 0770 media_rw media_rw
@@ -63,6 +66,10 @@
 service battery_charger /charger
     class charger
 
+# Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin
+service watchdogd /sbin/watchdogd 10 20
+    class core
+
 # on userdebug and eng builds, enable kgdb on the serial console
 on property:ro.debuggable=1
     write /sys/module/kgdboc/parameters/kgdboc ttyFIQ2