feat: add openim msgtransfer scripts

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-08-16 16:37:25 +08:00
parent 714d5036df
commit 97e558eb92
12 changed files with 365 additions and 242 deletions
+2 -2
View File
@@ -26,10 +26,10 @@ source "${OPENIM_ROOT}/scripts/lib/init.sh"
trap 'openim::util::onCtrlC' INT
need_to_start_server_shell=(
"start_rpc_service.sh"
"openim-rpc.sh"
"openim-msggateway.sh"
"openim-push.sh"
"msg_transfer_start.sh"
"openim-msgtransfer.sh"
)
time=$(date +"%Y-%m-%d %H:%M:%S")