1on init
2    start watchdogd
3    write /proc/sys/vm/extra_free_kbytes 36864
4
5# Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin
6service watchdogd /sbin/watchdogd 10 20
7    class core
8    seclabel u:r:watchdogd:s0
9