mirror of
https://github.com/ICKelin/gtun.git
synced 2025-09-26 19:11:15 +08:00
7 lines
180 B
Bash
Executable File
7 lines
180 B
Bash
Executable File
systemctl stop gtund
|
|
GTUND_DIR="/opt/apps/gtund"
|
|
mkdir -p $GTUND_DIR/logs
|
|
cp -r . $GTUND_DIR
|
|
cp etc/gtund.service /lib/systemd/system/
|
|
systemctl daemon-reload
|
|
systemctl start gtund |