mirror of
https://gitee.com/openharmony/startup_init
synced 2024-11-27 18:30:52 +00:00
14 lines
376 B
INI
14 lines
376 B
INI
{
|
|
"services" : [{
|
|
"name" : "watchdog_service",
|
|
"start-mode" : "condition",
|
|
"path" : ["/system/bin/watchdog_service", "10", "20"],
|
|
"disabled" : 1,
|
|
"sandbox" : 0,
|
|
"uid" : "watchdog",
|
|
"gid" : ["watchdog", "log", "readproc"],
|
|
"secon" : "u:r:watchdog_service:s0"
|
|
}
|
|
]
|
|
}
|