update 20.06.01

This commit is contained in:
zhangzhihan
2020-06-22 10:34:56 +08:00
parent e67c3feb23
commit e1dc6b5f62
22 changed files with 173 additions and 14 deletions

View File

@@ -0,0 +1,12 @@
#!/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 &