mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 11:03:13 +00:00
8 lines
146 B
Bash
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
|