Add Documentation fields to systemd service files

We point to the manpages where available and redirect to libvirt's
homepage as a last resort.
This commit is contained in:
Guido Günther 2014-01-08 19:55:19 +01:00
parent e1459c1fe8
commit 1b9f5aa7fe
3 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,8 @@ Before=libvirt-guests.service
After=network.target
After=dbus.service
After=iscsid.service
Documentation=man:libvirtd(8)
Documentation=http://libvirt.org
[Service]
EnvironmentFile=-/etc/sysconfig/libvirtd

View File

@ -1,6 +1,8 @@
[Unit]
Description=Virtual machine lock manager
Requires=virtlockd.socket
Documentation=man:virtlockd(8)
Documentation=http://libvirt.org
[Service]
EnvironmentFile=-/etc/sysconfig/virtlockd

View File

@ -1,6 +1,8 @@
[Unit]
Description=Suspend Active Libvirt Guests
After=network.target libvirtd.service
Documentation=man:libvirtd(8)
Documentation=http://libvirt.org
[Service]
EnvironmentFile=-/etc/sysconfig/libvirt-guests