sing-box/release/local/enable.sh
2022-07-30 09:04:01 +08:00

8 lines
146 B
Bash
Executable file

#!/usr/bin/env bash
set -e -o pipefail
sudo systemctl enable sing-box
sudo systemctl start sing-box
sudo journalctl -u sing-box --output cat -f