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:
parent
5e1d64a991
commit
e777ef720c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user