mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
e777ef720c
command line options can be set in /etc/sysconfig/lvmlockd, e.g. OPTIONS='-A1 -o2'
15 lines
261 B
SYSTEMD
15 lines
261 B
SYSTEMD
[Unit]
|
|
Description=LVM lock daemon
|
|
Documentation=man:lvmlockd(8)
|
|
|
|
[Service]
|
|
Type=notify
|
|
EnvironmentFile=-/etc/sysconfig/lvmlockd
|
|
ExecStart=@SBINDIR@/lvmlockd --foreground $OPTIONS
|
|
PIDFile=@LVMLOCKD_PIDFILE@
|
|
SendSIGKILL=no
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|