修改说明文档

This commit is contained in:
bjdgyc 2021-08-26 14:52:55 +08:00
parent c07914d568
commit a47cdc9a00
1 changed files with 9 additions and 9 deletions

View File

@ -182,20 +182,20 @@ sh bridge-init.sh
## Systemd ## Systemd
添加 systemd 脚本 1. 添加 anylink 程序
- anylink 程序目录放入 `/usr/local/anylink-deploy` - anylink 程序目录放入 `/usr/local/anylink-deploy`
systemd 脚本放入: 2. systemd/anylink.service 脚本放入:
- centos: `/usr/lib/systemd/system/` - centos: `/usr/lib/systemd/system/`
- ubuntu: `/lib/systemd/system/` - ubuntu: `/lib/systemd/system/`
操作命令: 3. 操作命令:
- 启动: `systemctl start anylink` - 启动: `systemctl start anylink`
- 停止: `systemctl stop anylink` - 停止: `systemctl stop anylink`
- 开机自启: `systemctl enable anylink` - 开机自启: `systemctl enable anylink`
## Docker ## Docker