]> xenbits.xensource.com Git - libvirt.git/commitdiff
systemd: Set @name@ for virtlogd/virtlockd
authorAndrea Bolognani <abologna@redhat.com>
Tue, 19 Sep 2023 14:24:44 +0000 (16:24 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 26 Sep 2023 14:57:26 +0000 (16:57 +0200)
The information is not used anywhere right now, but the
documentation for virt_daemon_units claims it's mandatory.
We also intend to actually start using it later on.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/locking/meson.build
src/logging/meson.build

index 57764b0da6337d6cd2afe61912d83cd9a3464681..b7ba342171943651b01f341ddd0c639c74514826 100644 (file)
@@ -144,7 +144,7 @@ if conf.has('WITH_LIBVIRTD')
   virt_daemon_units += {
     'service': 'virtlockd',
     'service_in': files('virtlockd.service.in'),
-    'name': '',
+    'name': 'Libvirt locking',
     'sockprefix': '',
     'sockets': [ 'main', 'admin' ],
     'socket_in': files('virtlockd.socket.in'),
index fa6af50fa667410b99d75581ac1150d2fbbd92f7..aa8affb52ca18c9c10c09b88a3545c118630e09f 100644 (file)
@@ -91,7 +91,7 @@ if conf.has('WITH_LIBVIRTD')
   virt_daemon_units += {
     'service': 'virtlogd',
     'service_in': files('virtlogd.service.in'),
-    'name': '',
+    'name': 'Libvirt logging',
     'sockprefix': '',
     'sockets': [ 'main', 'admin' ],
     'socket_in': files('virtlogd.socket.in'),