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:
Râu Cao 2022-10-12 15:55:08 +02:00
parent e73b8fb01f
commit 315cd247e5
Signed by: raucao
GPG Key ID: 15E65F399D084BA9
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@
package %w(qemu-guest-agent)
service "qemu-guest-agent" do
action [:start]
action [:enable, :start]
end