summarylogtreecommitdiffstats
path: root/ovirt-guest-agent.service
blob: 7f0d696be50c07d9809ea5e0a8313f53614c0a10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=oVirt Guest Agent
Wants=qemu-ga.service
After=qemu-ga.service

[Service]
Type=simple
PIDFile=/run/ovirtagent/ovirt-guest-agent.pid
User=ovirtagent
Group=ovirtagent
ExecStartPre=/usr/bin/modprobe virtio_console
ExecStart=/usr/bin/python2 /usr/share/ovirt-guest-agent/ovirt-guest-agent.py -p /run/ovirtagent/ovirt-guest-agent.pid

[Install]
WantedBy=multi-user.target