mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00: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:
parent
0ebcdcb9dc
commit
2cbaaf9f3b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user