mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2024-12-22 13:34:06 +03:00
8752e5a3ec
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>
11 lines
182 B
Desktop File
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
|