mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
19a59cc53c
and drop the lvm2 prefix from lvmlockd service
14 lines
211 B
SYSTEMD
14 lines
211 B
SYSTEMD
[Unit]
|
|
Description=LVM lock daemon
|
|
Documentation=man:lvmlockd(8)
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=@SBINDIR@/lvmlockd --foreground
|
|
PIDFile=@LVMLOCKD_PIDFILE@
|
|
SendSIGKILL=no
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|