1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-03 23:18:02 +01:00

Fix fsfreeze freeze support (#2787)

Pass the script argument properly to make sure the script gets actually
called from the QEMU guest agent.
This commit is contained in:
Stefan Agner
2023-10-03 16:21:57 +02:00
committed by GitHub
parent 0ebcdcb9dc
commit 2cbaaf9f3b

View File

@@ -1,3 +1,3 @@
[Service]
ExecStart=
ExecStart=/usr/libexec/qemu-ga -m virtio-serial -p /dev/virtio-ports/org.qemu.guest_agent.0 --fsfreeze-hook /usr/libexec/haos-freeze-hook
ExecStart=/usr/libexec/qemu-ga -m virtio-serial -p /dev/virtio-ports/org.qemu.guest_agent.0 --fsfreeze-hook=/usr/libexec/haos-freeze-hook