5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2024-12-22 13:34:06 +03:00
qemu-server/qmeventd/qmeventd.service
Thomas Lamprecht 8752e5a3ec move qmeventd to own directory
It's really not nice if such many files, source code, meta-files, …
linger around in the top level directory..

Also, cleanup the build a bit, i.e., use LDFLAGS as dpkg-buildpackage
can set some LDFLAGS so it'd be nice if both CFLAFGS and LDFLAGS have
the same (related) ones.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-09-24 18:57:54 +02:00

11 lines
182 B
Desktop File

[Unit]
Description=PVE Qemu Event Daemon
RequiresMountsFor=/var/run
[Service]
ExecStart=/usr/sbin/qmeventd /var/run/qmeventd.sock
Type=forking
[Install]
WantedBy=multi-user.target