mirror of
https://gitee.com/openharmony/startup_init
synced 2024-11-24 08:39:46 +00:00
!865 【轻量级 PR】:修复watchdog喂狗时间间隔短的问题
Merge pull request !865 from Mupceet/N/A
This commit is contained in:
commit
1261fd89ca
@ -279,7 +279,7 @@
|
||||
"start-mode" : "condition"
|
||||
}, {
|
||||
"name" : "watchdog_service",
|
||||
"path" : ["/system/bin/watchdog_service", "10", "15"],
|
||||
"path" : ["/system/bin/watchdog_service", "10", "20"],
|
||||
"disabled" : 1,
|
||||
"uid" : "watchdog",
|
||||
"gid" : ["watchdog", "log", "readproc"],
|
||||
|
@ -2,7 +2,7 @@
|
||||
"services" : [{
|
||||
"name" : "watchdog_service",
|
||||
"start-mode" : "condition",
|
||||
"path" : ["/system/bin/watchdog_service", "10", "15"],
|
||||
"path" : ["/system/bin/watchdog_service", "10", "20"],
|
||||
"disabled" : 1,
|
||||
"sandbox" : 0,
|
||||
"uid" : "watchdog",
|
||||
|
Loading…
Reference in New Issue
Block a user