summaryrefslogtreecommitdiff
path: root/scripts/lvm2_lvmlockd_systemd_red_hat.service.in
blob: 17c7dbf91689ac65832947347f03a480764a8af6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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