mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-01-03 01:17:49 +03:00
add qmeventd manpage
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
a4ca3a6621
commit
b08ec02409
3
Makefile
3
Makefile
@ -41,6 +41,7 @@ GEN_DEB_SOURCES= \
|
||||
pve-doc-generator.mk \
|
||||
${MANUAL_SOURCES} \
|
||||
pmxcfs.8-synopsis.adoc \
|
||||
qmeventd.8-synopsis.adoc \
|
||||
docinfo.xml
|
||||
|
||||
GEN_SCRIPTS= \
|
||||
@ -228,7 +229,7 @@ update-static:
|
||||
|
||||
.PHONY: clean-static
|
||||
clean-static:
|
||||
find . -regex '.*-\(opts\|synopsis\)\.adoc' -not -name pmxcfs.8-synopsis.adoc -exec rm -f \{\} \;
|
||||
find . -regex '.*-\(opts\|synopsis\)\.adoc' -not -name pmxcfs.8-synopsis.adoc -not name qmeventd.8-synopsis.adoc -exec rm -f \{\} \;
|
||||
rm -f api-viewer/apidata.js
|
||||
rm -f pve-firewall-macros.adoc pct-network-opts.adoc pct-mountpoint-opts.adoc
|
||||
|
||||
|
@ -16,7 +16,7 @@ PVE_COMMON_DOC_SOURCES= \
|
||||
|
||||
all:
|
||||
|
||||
attributes.txt docinfo.xml pmxcfs.8-synopsis.adoc:
|
||||
attributes.txt docinfo.xml pmxcfs.8-synopsis.adoc qmeventd.8-synopsis.adoc:
|
||||
cp ${DGDIR}/$@ $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
|
16
qmeventd.8-synopsis.adoc
Normal file
16
qmeventd.8-synopsis.adoc
Normal file
@ -0,0 +1,16 @@
|
||||
*qmeventd* `[-f]` `[-v]` `PATH`
|
||||
|
||||
`-v`:: Turn on verbose messages
|
||||
|
||||
`-f`:: Do not daemonize server
|
||||
|
||||
`PATH`:: The path to listen on
|
||||
|
||||
This service is usually started and managed using systemd toolset. The
|
||||
service is called 'qmeventd'.
|
||||
|
||||
systemctl start qmeventd
|
||||
|
||||
systemctl stop qmeventd
|
||||
|
||||
systemctl status qmeventd
|
33
qmeventd.adoc
Normal file
33
qmeventd.adoc
Normal file
@ -0,0 +1,33 @@
|
||||
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[]
|
Loading…
Reference in New Issue
Block a user