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

15 lines
261 B
SYSTEMD
Raw Normal View History

2015-03-05 23:00:44 +03:00
[Unit]
Description=LVM lock daemon
2015-03-05 23:00:44 +03:00
Documentation=man:lvmlockd(8)
[Service]
Type=notify
EnvironmentFile=-/etc/sysconfig/lvmlockd
ExecStart=@SBINDIR@/lvmlockd --foreground $OPTIONS
2015-03-05 23:00:44 +03:00
PIDFile=@LVMLOCKD_PIDFILE@
SendSIGKILL=no
[Install]
WantedBy=multi-user.target