mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-27 00:20:44 +00:00
add etc/init/distributedsched.cfg.
Signed-off-by: NEEN <qianli16@huawei.com>
This commit is contained in:
parent
b55d56027f
commit
5ae72ee6e0
16
etc/init/distributedsched.cfg
Normal file
16
etc/init/distributedsched.cfg
Normal 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"]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user