mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-08 09:57:55 +03:00
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
|
|
|