mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-27 08:05:24 +00:00
1b9f5aa7fe
We point to the manpages where available and redirect to libvirt's homepage as a last resort.
18 lines
463 B
SYSTEMD
18 lines
463 B
SYSTEMD
[Unit]
|
|
Description=Virtual machine lock manager
|
|
Requires=virtlockd.socket
|
|
Documentation=man:virtlockd(8)
|
|
Documentation=http://libvirt.org
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/virtlockd
|
|
ExecStart=@sbindir@/virtlockd $VIRTLOCKD_ARGS
|
|
ExecReload=/bin/kill -USR1 $MAINPID
|
|
# Loosing the locks is a really bad thing that will
|
|
# cause the machine to be fenced (rebooted), so make
|
|
# sure we discourage OOM killer
|
|
OOMScoreAdjust=-900
|
|
|
|
[Install]
|
|
Also=virtlockd.socket
|