mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-01-03 01:17:49 +03:00
c730e973b7
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
34 lines
630 B
Plaintext
34 lines
630 B
Plaintext
ifdef::manvolnum[]
|
|
qmeventd(8)
|
|
===========
|
|
:pve-toplevel:
|
|
|
|
NAME
|
|
----
|
|
|
|
qmeventd - PVE QEMU Eventd Daemon
|
|
|
|
SYNOPSIS
|
|
--------
|
|
|
|
include::qmeventd.8-synopsis.adoc[]
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
endif::manvolnum[]
|
|
|
|
ifndef::manvolnum[]
|
|
PVE QEMU Event Daemon
|
|
=====================
|
|
:pve-toplevel:
|
|
endif::manvolnum[]
|
|
|
|
`qmeventd` is a daemon that listens on PATH for incoming connections from
|
|
a qemu qmp socket, and waits for SHUTDOWN events. When a client then
|
|
disconnects, it executes `/usr/sbin/qm cleanup`. This makes it easy
|
|
to clean up leftover tap devices, vgpus, etc.
|
|
|
|
ifdef::manvolnum[]
|
|
include::pve-copyright.adoc[]
|
|
endif::manvolnum[]
|