From 3f817c07d46958717a5317edb815a74d53c3622c Mon Sep 17 00:00:00 2001 From: zhaoyh6 Date: Fri, 16 Dec 2022 15:59:23 +0800 Subject: Close useless processes Issue-ID: USECASEUI-767 Signed-off-by: zhaoyh6 Change-Id: I9e94ff08a89a5a2b2371c74710d6b59c1603c29e --- standalone/src/main/assembly/run.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/standalone/src/main/assembly/run.sh b/standalone/src/main/assembly/run.sh index ad7a946..7ed5207 100755 --- a/standalone/src/main/assembly/run.sh +++ b/standalone/src/main/assembly/run.sh @@ -21,6 +21,4 @@ cd /home/uuihome/uui/bert-master/ || exit mkdir -p upload nohup sh -c 'python -u api_squad_online.py 33011 2>&1 | tee online.log' | tee nohup.out & nohup sh -c 'python -u api_squad_offline.py 33012 2>&1 | tee offline.log' | tee nohup.out & -nohup sh -c 'python -u upload.py 33013 2>&1 | tee upload.log' | tee nohup.out & - -/usr/bin/tf_serving_entrypoint.sh +python -u upload.py 33013 2>&1 | tee upload.log -- cgit 1.2.3-korg