systemd: Set @name@ for virtlogd/virtlockd

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>
This commit is contained in:
Andrea Bolognani 2023-09-19 16:24:44 +02:00
parent 934e298ee6
commit 48d7b77ecf
2 changed files with 2 additions and 2 deletions

View 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'),

View 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'),