doc.rustdesk.com
doc.rustdesk.com copied to clipboard
Update _index.zh-cn.md
更改 pm2 启动 hbbs 和 hbbr 命令
我发现当使用 pm2 start hbbr 或 pm2 start hbbs 分别启动时,当启动其中一个其他的将会停止。
I discovered that when starting either pm2 start hbbr or pm2 start hbbs separately, the other process will stop.
当使用 pm2 start hbbr hbbs 时,可以同时启用。
When using pm2 start hbbr hbbs, you can enable both.
我不清楚是我的操作问题还是 PM2 的问题,但是使用这个命令确实可以解决问题。
希望可以修改一下文档。
It is unclear whether the issue is specific to me or PM2. However, using this command may resolve the problem.
It is recommended that the documentation be updated accordingly.