mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2024-12-22 13:34:06 +03:00
c0d096321a
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> Co-developed-by: Stefan Reiter <s.reiter@proxmox.com>
13 lines
234 B
Desktop File
13 lines
234 B
Desktop File
[Unit]
|
|
Description=PVE Qemu Event Daemon
|
|
RequiresMountsFor=/var/run
|
|
Before=pve-ha-lrm.service
|
|
Before=pve-guests.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/qmeventd /var/run/qmeventd.sock
|
|
Type=forking
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|