Update README.md

This commit is contained in:
bjdgyc 2024-04-30 13:14:21 +08:00 committed by GitHub
parent 9a47714f3f
commit 01ab115956
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -331,6 +331,7 @@ ipv4_end = "10.1.2.200"
- centos: `/usr/lib/systemd/system/` - centos: `/usr/lib/systemd/system/`
- ubuntu: `/lib/systemd/system/` - ubuntu: `/lib/systemd/system/`
3. 操作命令: 3. 操作命令:
- 加载配置: `systemctl daemon-reload`
- 启动: `systemctl start anylink` - 启动: `systemctl start anylink`
- 停止: `systemctl stop anylink` - 停止: `systemctl stop anylink`
- 开机自启: `systemctl enable anylink` - 开机自启: `systemctl enable anylink`