Files
SingboxForPanel/release/local/enable.sh
CN-JS-HuiBai 9f867b19da First Commmit
2026-04-14 22:41:14 +08:00

8 lines
146 B
Bash

#!/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