r/vmhost: Ensure vm-autostart waits for NFS mount

If _vm-autostart.service_ starts before `/var/lib/libvirt/images` has
been mounted, starting (some) virtual machines may fail.
frigate-exporter
Dustin 2024-08-14 20:14:36 -05:00
parent c546f09335
commit 5376253c9a
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ Description=Start virtual machines
After=libvirt.service
After=network-online.target
Wants=network-online.target
RequiresMountsFor=/var/lib/libvirt/images
[Service]
Type=oneshot