2015-11-19 14:51:50 +01:00
|
|
|
[Unit]
|
|
|
|
Description=QEMU Guest Agent
|
2017-03-15 20:38:55 +01:00
|
|
|
Documentation=http://wiki.qemu.org/Features/GuestAgent
|
2018-02-08 18:43:16 +01:00
|
|
|
BindsTo=dev-%i.device
|
|
|
|
After=dev-%i.device
|
2015-11-19 14:51:50 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2018-02-08 18:43:16 +01:00
|
|
|
ExecStart=-/usr/bin/qemu-ga -p /dev/%I
|
2015-11-19 14:51:50 +01:00
|
|
|
Restart=always
|
|
|
|
RestartSec=0
|
2018-04-26 20:53:21 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=dev-%i.device
|