xiaowei-system/scripts/restart-prof-b.sh

6 lines
155 B
Bash
Executable File

#!/bin/bash
# 重启 prof-b 网关
systemctl --user restart hermes-gateway-prof-b.service
sleep 2
systemctl --user is-active hermes-gateway-prof-b.service