- Update the configuration file based on upstream changes to how virsh has
to be run.
- vhostmd should run non-root as user 'vhostmd'.
- Allow libvirt URI to be configured.
12 lines
303 B
Plaintext
12 lines
303 B
Plaintext
# Uncomment the following line to print verbose messages.
|
|
#VHOSTMD_VERBOSE=1
|
|
|
|
# Override the default configuration file path.
|
|
#VHOSTMD_CONFIG=/path/to/vhostmd.conf
|
|
|
|
# Set the user that the daemon runs as after dropping root privs.
|
|
VHOSTMD_USER=vhostmd
|
|
|
|
# Set the libvirt URI.
|
|
VHOSTMD_URI=qemu:///system
|