Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blueveryday committed May 6, 2024
1 parent 86f3e6c commit 2aa2dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ curl -fsSL -o mtproxy.sh https://github.com/ellermister/mtproxy/raw/master/mtpro
bash mtproxy.sh
```

#创建系统服务
创建系统服务
```
cat > /etc/systemd/system/mtp.service <<EOF
[Unit]
Expand All @@ -52,7 +52,7 @@ WantedBy=multi-user.target
EOF
```

#启动服务并设置开机自启
启动服务并设置开机自启
```
systemctl start mtp
systemctl enable mtp
Expand Down

0 comments on commit 2aa2dda

Please sign in to comment.