Woody Lin | 70a0dbc | 2022-07-11 18:39:11 +0800 | [diff] [blame^] | 1 | # Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin |
2 | service gs_watchdogd /system_ext/bin/gs_watchdogd 10 20 | ||||
3 | class core | ||||
4 | oneshot | ||||
5 | seclabel u:r:gs_watchdogd:s0 | ||||
6 | |||||
7 | on init && property:vendor.all.devices.ready=1 | ||||
8 | start gs_watchdogd |