add etc/init/distributedsched.cfg.

Signed-off-by: NEEN <qianli16@huawei.com>
This commit is contained in:
ql 2021-07-13 07:43:51 +00:00 committed by Gitee
parent b55d56027f
commit 5ae72ee6e0

View File

@ -0,0 +1,16 @@
{
"jobs" : [{
"name" : "post-fs-data",
"cmds" : [
"start distributedsched"
]
}
],
"services" : [{
"name" : "distributedsched",
"path" : ["/system/bin/sa_main", "/system/profile/distributedsched.xml"],
"uid" : "system",
"gid" : ["system", "shell"]
}
]
}