virtlockd.service.in 349 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
[Unit]
Description=Virtual machine lock manager
Requires=virtlockd.socket

[Service]
EnvironmentFile=-/etc/sysconfig/virtlockd
ExecStart=@sbindir@/virtlockd
ExecReload=/bin/kill -HUP $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