更新 README.md

This commit is contained in:
qaiu
2024-01-29 00:22:39 +08:00
committed by GitHub
parent cbaf6e9ac0
commit 2673f23e64

View File

@@ -172,24 +172,24 @@ cd netdisk-fast-download
bash service-install.sh
```
服务相关命令:
1、查看服务状态
systemctl status netdisk-fast-download.service
1、查看服务状态
`systemctl status netdisk-fast-download.service`
2、控制服务
2、控制服务
启动服务
systemctl start netdisk-fast-download.service
`systemctl start netdisk-fast-download.service`
重启服务
systemctl restart netdisk-fast-download.service
`systemctl restart netdisk-fast-download.service`
停止服务
systemctl stop netdisk-fast-download.service
`systemctl stop netdisk-fast-download.service`
开机启动服务
systemctl enable netdisk-fast-download.servic
`systemctl enable netdisk-fast-download.servic`
停止开机启动
systemctl disable netdisk-fast-download.servic
`systemctl disable netdisk-fast-download.servic`
## Windows服务部署
1. 下载并解压releases版本netdisk-fast-download-bin.zip