diff --git a/content/post/incus-install.md b/content/post/incus-install.md index 164edd5..5ab5bf1 100644 --- a/content/post/incus-install.md +++ b/content/post/incus-install.md @@ -77,7 +77,7 @@ categories: ["kvm", "container"] - 修改 incus 服务文件 ```BASH - sed -i 's/INCUS_OVMF_PATH/INCUS_EDK2_PATH/' /etc/systemd/system/incus.service + sed -i 's/INCUS_OVMF_PATH/INCUS_EDK2_PATH/' /usr/lib/systemd/system/incus.service systemctl daemon-reload ```