!31 修改msdp启动命令

Merge pull request !31 from opwu/master
This commit is contained in:
openharmony_ci 2022-08-29 02:23:41 +00:00 committed by Gitee
commit 6caf4f39c3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,6 +2,8 @@
"jobs" : [{
"name" : "boot",
"cmds" : [
"mkdir /data/service/el1/public/msdp",
"chown msdp msdp /data/service/el1/public/msdp",
"start msdp_sa"
]
}