mirror of https://gitee.com/openkylin/libvirt.git
systemd: Tweak existing sysconf files
We're going to add many more later, so start by adjusting the existing ones to more closely follow the example set by libvirtd. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
a1c793ec57
commit
9884ae3479
|
@ -1,3 +1,3 @@
|
|||
#
|
||||
# Pass extra arguments to virtlockd
|
||||
#VIRTLOCKD_ARGS=
|
||||
# Customizations for the virtlockd.service systemd unit
|
||||
|
||||
VIRTLOCKD_ARGS=""
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#
|
||||
# Pass extra arguments to virtlogd
|
||||
#VIRTLOGD_ARGS=
|
||||
# Customizations for the virtlogd.service systemd unit
|
||||
|
||||
VIRTLOGD_ARGS=""
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Customizations for the libvirt-guests.service systemd unit
|
||||
|
||||
# URIs to check for running guests
|
||||
# example: URIS='default xen:///system vbox+tcp://host/system lxc:///system'
|
||||
#URIS=default
|
||||
|
|
Loading…
Reference in New Issue