Update pve_custom.md

This commit is contained in:
spiritlhl
2024-02-20 17:23:52 +08:00
committed by GitHub
parent 830c3febb3
commit 606fcb5520

View File

@@ -111,11 +111,11 @@ systemctl stop pvescheduler.service
systemctl disable pvescheduler.service
```
### 停用Spiceproxy
### 停用Spiceproxy服务
如果不需要使用Spice进行虚拟机/容器链接(Arm版本本身不支持Spice),可执行下述命令停用服务
如果不需要使用Spice进行虚拟机/容器链接(arm下暂不支持Spice),可执行下述命令停用服务
```
systemctl stop spiceproxy.service
systemctl disable spiceproxy.service
```
```