github.com/sagernet/sing-box@v1.9.0-rc.20/release/local/enable.sh (about) 1 #!/usr/bin/env bash 2 3 set -e -o pipefail 4 5 sudo systemctl enable sing-box 6 sudo systemctl start sing-box 7 sudo journalctl -u sing-box --output cat -f