[libvirt PATCH v2 2/6] systemd: Tweak existing sysconf files

Andrea Bolognani posted 6 patches 5 years, 10 months ago
[libvirt PATCH v2 2/6] systemd: Tweak existing sysconf files
Posted by Andrea Bolognani 5 years, 10 months ago
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>
---
 src/locking/virtlockd.sysconf | 6 +++---
 src/logging/virtlogd.sysconf  | 6 +++---
 tools/libvirt-guests.sysconf  | 2 ++
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/locking/virtlockd.sysconf b/src/locking/virtlockd.sysconf
index d44dc464cd..03aea9e1bc 100644
--- a/src/locking/virtlockd.sysconf
+++ b/src/locking/virtlockd.sysconf
@@ -1,3 +1,3 @@
-#
-# Pass extra arguments to virtlockd
-#VIRTLOCKD_ARGS=
+# Customizations for the virtlockd.service systemd unit
+
+VIRTLOCKD_ARGS=""
diff --git a/src/logging/virtlogd.sysconf b/src/logging/virtlogd.sysconf
index 5886f35110..67993e83ce 100644
--- a/src/logging/virtlogd.sysconf
+++ b/src/logging/virtlogd.sysconf
@@ -1,3 +1,3 @@
-#
-# Pass extra arguments to virtlogd
-#VIRTLOGD_ARGS=
+# Customizations for the virtlogd.service systemd unit
+
+VIRTLOGD_ARGS=""
diff --git a/tools/libvirt-guests.sysconf b/tools/libvirt-guests.sysconf
index 669b046507..0765efec21 100644
--- a/tools/libvirt-guests.sysconf
+++ b/tools/libvirt-guests.sysconf
@@ -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
-- 
2.25.1

Re: [libvirt PATCH v2 2/6] systemd: Tweak existing sysconf files
Posted by Daniel P. Berrangé 5 years, 10 months ago
On Thu, Apr 02, 2020 at 07:14:27PM +0200, Andrea Bolognani wrote:
> 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>
> ---
>  src/locking/virtlockd.sysconf | 6 +++---
>  src/logging/virtlogd.sysconf  | 6 +++---
>  tools/libvirt-guests.sysconf  | 2 ++
>  3 files changed, 8 insertions(+), 6 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|