Blame view

scripts/stop.sh 163 Bytes
bb3c5ef8   tangwang   灌入数据流程跑通
1
2
  #!/bin/bash
  
af7ee060   tangwang   service_ctl 简化为“显...
3
  # Service stop entrypoint.
d1d356f8   tangwang   脚本优化
4
  # Delegates to unified service controller.
bb3c5ef8   tangwang   灌入数据流程跑通
5
  
af7ee060   tangwang   service_ctl 简化为“显...
6
  set -euo pipefail
bb9c626c   tangwang   搜索服务(6002)不再初始化/挂...
7
  
d1d356f8   tangwang   脚本优化
8
  cd "$(dirname "$0")/.."
bb3c5ef8   tangwang   灌入数据流程跑通
9
  
7913e2fb   tangwang   服务管理和监控
10
  ./scripts/service_ctl.sh down "$@"