mirror of https://gitee.com/openkylin/libvirt.git
systemd: More tweaks to Description and Documentation lines
We recently unified all services and sockets, except a couple were missed. Finish the job. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
9953ab321e
commit
85f5871186
|
@ -1,3 +1,3 @@
|
|||
[Unit]
|
||||
Description=Libvirt guests shutdown
|
||||
Documentation=https://libvirt.org
|
||||
Description=libvirt guests shutdown target
|
||||
Documentation=https://libvirt.org/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue