mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
systemd: Use correct man page name in modular daemon service files
The service files were copied out of the service file for libvirtd and the name of the corresponding manpage was not fixed. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2045959 Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
463af62c2c
commit
f468f0a634
@ -13,7 +13,7 @@ After=local-fs.target
|
||||
After=remote-fs.target
|
||||
After=systemd-logind.service
|
||||
After=systemd-machined.service
|
||||
Documentation=man:libvirtd(8)
|
||||
Documentation=man:virtchd(8)
|
||||
Documentation=https://libvirt.org
|
||||
|
||||
[Service]
|
||||
|
@ -8,7 +8,7 @@ After=network.target
|
||||
After=dbus.service
|
||||
After=apparmor.service
|
||||
After=local-fs.target
|
||||
Documentation=man:libvirtd(8)
|
||||
Documentation=man:virtinterfaced(8)
|
||||
Documentation=https://libvirt.org
|
||||
|
||||
[Service]
|
||||
|
@ -12,7 +12,7 @@ After=local-fs.target
|
||||
After=remote-fs.target
|
||||
After=xencommons.service
|
||||
Conflicts=xendomains.service
|
||||
Documentation=man:libvirtd(8)
|
||||
Documentation=man:virtxend(8)
|
||||
Documentation=https://libvirt.org
|
||||
ConditionPathExists=/proc/xen/capabilities
|
||||
|
||||
|
@ -13,7 +13,7 @@ After=local-fs.target
|
||||
After=remote-fs.target
|
||||
After=systemd-logind.service
|
||||
After=systemd-machined.service
|
||||
Documentation=man:libvirtd(8)
|
||||
Documentation=man:virtlxcd(8)
|
||||
Documentation=https://libvirt.org
|
||||
|
||||
[Service]
|
||||
|
@ -11,7 +11,7 @@ After=ip6tables.service
|
||||
After=dbus.service
|
||||
After=apparmor.service
|
||||
After=local-fs.target
|
||||
Documentation=man:libvirtd(8)
|
||||
Documentation=man:virtnetworkd(8)
|
||||
Documentation=https://libvirt.org
|
||||
|
||||
[Service]
|
||||
|
@ -8,7 +8,7 @@ After=network.target
|
||||
After=dbus.service
|
||||
After=apparmor.service
|
||||
After=local-fs.target
|
||||
Documentation=man:libvirtd(8)
|
||||
Documentation=man:virtnodedevd(8)
|
||||
Documentation=https://libvirt.org
|
||||
|
||||
[Service]
|
||||
|
@ -8,7 +8,7 @@ After=network.target
|
||||
After=dbus.service
|
||||
After=apparmor.service
|
||||
After=local-fs.target
|
||||
Documentation=man:libvirtd(8)
|
||||
Documentation=man:virtnwfilterd(8)
|
||||
Documentation=https://libvirt.org
|
||||
|
||||
[Service]
|
||||
|
@ -15,7 +15,7 @@ After=local-fs.target
|
||||
After=remote-fs.target
|
||||
After=systemd-logind.service
|
||||
After=systemd-machined.service
|
||||
Documentation=man:libvirtd(8)
|
||||
Documentation=man:virtqemud(8)
|
||||
Documentation=https://libvirt.org
|
||||
|
||||
[Service]
|
||||
|
@ -8,7 +8,7 @@ After=network.target
|
||||
After=dbus.service
|
||||
After=apparmor.service
|
||||
After=local-fs.target
|
||||
Documentation=man:libvirtd(8)
|
||||
Documentation=man:virtproxyd(8)
|
||||
Documentation=https://libvirt.org
|
||||
|
||||
[Service]
|
||||
|
@ -8,7 +8,7 @@ After=network.target
|
||||
After=dbus.service
|
||||
After=apparmor.service
|
||||
After=local-fs.target
|
||||
Documentation=man:libvirtd(8)
|
||||
Documentation=man:virtsecretd(8)
|
||||
Documentation=https://libvirt.org
|
||||
|
||||
[Service]
|
||||
|
@ -10,7 +10,7 @@ After=iscsid.service
|
||||
After=apparmor.service
|
||||
After=local-fs.target
|
||||
After=remote-fs.target
|
||||
Documentation=man:libvirtd(8)
|
||||
Documentation=man:virtstoraged(8)
|
||||
Documentation=https://libvirt.org
|
||||
|
||||
[Service]
|
||||
|
@ -9,7 +9,7 @@ After=dbus.service
|
||||
After=apparmor.service
|
||||
After=local-fs.target
|
||||
After=remote-fs.target
|
||||
Documentation=man:libvirtd(8)
|
||||
Documentation=man:virtvboxd(8)
|
||||
Documentation=https://libvirt.org
|
||||
|
||||
[Service]
|
||||
|
@ -9,7 +9,7 @@ After=dbus.service
|
||||
After=apparmor.service
|
||||
After=local-fs.target
|
||||
After=remote-fs.target
|
||||
Documentation=man:libvirtd(8)
|
||||
Documentation=man:virtvzd(8)
|
||||
Documentation=https://libvirt.org
|
||||
|
||||
[Service]
|
||||
|
Loading…
Reference in New Issue
Block a user