1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

lvmlockd: allow service options

command line options can be set in /etc/sysconfig/lvmlockd, e.g.
OPTIONS='-A1 -o2'
This commit is contained in:
David Teigland 2024-06-17 15:05:33 -05:00
parent 5e1d64a991
commit e777ef720c

View File

@ -4,7 +4,8 @@ Documentation=man:lvmlockd(8)
[Service]
Type=notify
ExecStart=@SBINDIR@/lvmlockd --foreground
EnvironmentFile=-/etc/sysconfig/lvmlockd
ExecStart=@SBINDIR@/lvmlockd --foreground $OPTIONS
PIDFile=@LVMLOCKD_PIDFILE@
SendSIGKILL=no