This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
solutions-tsg-scripts/roles/proxy_status/files/proxy_start
2020-06-22 10:34:56 +08:00

13 lines
322 B
Bash
Executable File

#!/bin/bash
#
systemctl start tsg-env-tun-mode.service &>/dev/null &
sleep 2
systemctl start sapp.service &>/dev/null &
sleep 5
systemctl start tfe-env.service &>/dev/null &
sleep 5
systemctl start tfe.service &>/dev/null &
systemctl start certstore.service &>/dev/null &
systemctl start cert-redis.service &>/dev/null &