Enable qemu-guest-agent after install
This is actually automatically done for the service from the apt package, but I like specifying it explicitly as well.
This commit is contained in:
parent
e73b8fb01f
commit
315cd247e5
@ -6,5 +6,5 @@
|
|||||||
package %w(qemu-guest-agent)
|
package %w(qemu-guest-agent)
|
||||||
|
|
||||||
service "qemu-guest-agent" do
|
service "qemu-guest-agent" do
|
||||||
action [:start]
|
action [:enable, :start]
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user