sing-box/release/local/enable.sh

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