Add linux server scripts

This commit is contained in:
世界
2022-07-30 09:04:01 +08:00
parent 0f7f800e95
commit 9b9b5ebb72
6 changed files with 75 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/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