1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00
lvm2/scripts/lvm2_lvmlockd_systemd_red_hat.service.in
David Teigland fe70b03de2 Add lvmlockd
2015-07-02 15:42:26 -05:00

17 lines
274 B
SYSTEMD

[Unit]
Description=LVM2 lock daemon
Documentation=man:lvmlockd(8)
After=lvm2-lvmetad.service
[Service]
Type=simple
NonBlocking=true
ExecStart=@sbindir@/lvmlockd -f
Environment=SD_ACTIVATION=1
PIDFile=@LVMLOCKD_PIDFILE@
SendSIGKILL=no
[Install]
WantedBy=multi-user.target