diff --git a/content/posts/flameboi.md b/content/posts/flameboi.md index 9080dbb..42afcea 100644 --- a/content/posts/flameboi.md +++ b/content/posts/flameboi.md @@ -211,6 +211,13 @@ Verify: sudo virsh pool-list ``` +Tell `libvirtd.service` to wait for ZFS import by adding the following line +to `/usr/lib/systemd/system/libvirtd.service` + +``` +After=zfs-import.target +``` + Restart the `libvirtd` service ```bash