watchdog.cfg 319 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
{
    "services" : [{
            "name" : "watchdog_service",
            "start-mode" : "condition",
            "path" : ["/system/bin/watchdog_service", "10", "2"],
            "disabled" : 1,
            "sandbox" : 0,
            "uid" : "root",
            "gid" : ["shell", "log", "readproc"]
        }
    ]
}