!865 【轻量级 PR】:修复watchdog喂狗时间间隔短的问题

Merge pull request !865 from Mupceet/N/A
This commit is contained in:
openharmony_ci 2022-06-27 09:44:21 +00:00 committed by Gitee
commit 1261fd89ca
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

@ -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"],

View File

@ -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",