Signed-off-by:hhh2<pengfei.hou@huawei.com>

Signed-off-by: hhh2 <pengfei.hou@huawei.com>
Change-Id: I4262b65046955d88c18e8b8a70e47011cb739463
This commit is contained in:
hhh2 2022-11-09 20:00:43 +08:00
parent 3b53a2556b
commit de1e533190
2 changed files with 4 additions and 4 deletions

View File

@ -4,12 +4,12 @@
"cmds" : [
"mkdir /data/service/el1/public/msdp",
"chown msdp msdp /data/service/el1/public/msdp",
"start msdp_sa"
"start msdp"
]
}
],
"services" : [{
"name" : "msdp_sa",
"name" : "msdp",
"path" : ["/system/bin/sa_main", "/system/profile/msdp.xml"],
"uid" : "msdp",
"gid" : ["msdp", "shell"],

View File

@ -4,12 +4,12 @@
"cmds" : [
"mkdir /data/service/el1/public/msdp",
"chown msdp msdp /data/service/el1/public/msdp",
"start msdp_sa"
"start msdp"
]
}
],
"services" : [{
"name" : "msdp_sa",
"name" : "msdp",
"path" : ["/system/bin/sa_main", "/system/profile/msdp.xml"],
"uid" : "msdp",
"gid" : ["msdp", "shell"],