From 85f58711865385c3ba6414e398a7d08c60d362bd Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Mon, 6 Nov 2023 19:39:51 +0100 Subject: [PATCH] systemd: More tweaks to Description and Documentation lines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We recently unified all services and sockets, except a couple were missed. Finish the job. Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrangé --- src/remote/virt-guest-shutdown.target | 4 ++-- tools/libvirt-guests.service.in | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/remote/virt-guest-shutdown.target b/src/remote/virt-guest-shutdown.target index 25d4aaa267..34219d00b0 100644 --- a/src/remote/virt-guest-shutdown.target +++ b/src/remote/virt-guest-shutdown.target @@ -1,3 +1,3 @@ [Unit] -Description=Libvirt guests shutdown -Documentation=https://libvirt.org +Description=libvirt guests shutdown target +Documentation=https://libvirt.org/ diff --git a/tools/libvirt-guests.service.in b/tools/libvirt-guests.service.in index c547218f2a..b044444298 100644 --- a/tools/libvirt-guests.service.in +++ b/tools/libvirt-guests.service.in @@ -1,5 +1,7 @@ [Unit] -Description=Suspend/Resume Running libvirt Guests +Description=libvirt guests suspend/resume service +Documentation=man:libvirt-guests(8) +Documentation=https://libvirt.org/ Requires=virt-guest-shutdown.target After=network.target After=time-sync.target @@ -10,8 +12,6 @@ After=virtvboxd.socket After=virtvzd.socket After=virtxend.socket After=virt-guest-shutdown.target -Documentation=man:libvirt-guests(8) -Documentation=https://libvirt.org [Service] EnvironmentFile=-@initconfdir@/libvirt-guests