mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
12 lines
191 B
SYSTEMD
12 lines
191 B
SYSTEMD
|
[Unit]
|
||
|
Description=LVM2 D-Bus service
|
||
|
Documentation=man:lvmdbusd(8)
|
||
|
|
||
|
[Service]
|
||
|
Type=dbus
|
||
|
BusName=com.redhat.lvmdbus1
|
||
|
ExecStart=@sbindir@/lvmdbusd --udev
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|