GITLAB

ai-saas / saas-search

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki

Blame view

scripts/start.sh 162 Bytes
Edit Raw Normal View History
4d824a77   tangwang   所有租户共用一套统一配置.tena...
1
2
  #!/bin/bash
  
af7ee060   tangwang   service_ctl 简化为“显...
3
  # Service start entrypoint.
d1d356f8   tangwang   脚本优化
4
  # Delegates to unified service controller.
4d824a77   tangwang   所有租户共用一套统一配置.tena...
5
  
af7ee060   tangwang   service_ctl 简化为“显...
6
  set -euo pipefail
4d824a77   tangwang   所有租户共用一套统一配置.tena...
7
  
d1d356f8   tangwang   脚本优化
8
  cd "$(dirname "$0")/.."
4d824a77   tangwang   所有租户共用一套统一配置.tena...
9
  
7913e2fb   tangwang   服务管理和监控
10
  ./scripts/service_ctl.sh up "$@"