enable.sh 146 B

1234567
  1. #!/usr/bin/env bash
  2. set -e -o pipefail
  3. sudo systemctl enable sing-box
  4. sudo systemctl start sing-box
  5. sudo journalctl -u sing-box --output cat -f