]> xenbits.xensource.com Git - libvirt.git/commitdiff
systemd: Tweak existing sysconf files
authorAndrea Bolognani <abologna@redhat.com>
Thu, 2 Apr 2020 16:20:08 +0000 (18:20 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 3 Apr 2020 09:50:35 +0000 (11:50 +0200)
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>
src/locking/virtlockd.sysconf
src/logging/virtlogd.sysconf
tools/libvirt-guests.sysconf

index d44dc464cd8fa3be6a991e3a841fdb3c9a2f2a0b..03aea9e1bc4e4302e7bfadf2302098fb5eba7354 100644 (file)
@@ -1,3 +1,3 @@
-#
-# Pass extra arguments to virtlockd
-#VIRTLOCKD_ARGS=
+# Customizations for the virtlockd.service systemd unit
+
+VIRTLOCKD_ARGS=""
index 5886f351101557a0074097b9bd3b82ed30e795e7..67993e83ce7c1c2e6bc227412f2c5f6891cb40b1 100644 (file)
@@ -1,3 +1,3 @@
-#
-# Pass extra arguments to virtlogd
-#VIRTLOGD_ARGS=
+# Customizations for the virtlogd.service systemd unit
+
+VIRTLOGD_ARGS=""
index 669b0465075848197074118f6b38bfa15c9ae4dc..0765efec21a061b20225858923df5a370eefd550 100644 (file)
@@ -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