mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
86e9d12b6f
With commit 2d5dc6512e
the dbus server
no longer needs to utilize udev to know when to update its internal
state.
Signed-off-by: Tony Asleson <tasleson@redhat.com>
12 lines
184 B
SYSTEMD
12 lines
184 B
SYSTEMD
[Unit]
|
|
Description=LVM2 D-Bus service
|
|
Documentation=man:lvmdbusd(8)
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=com.redhat.lvmdbus1
|
|
ExecStart=@sbindir@/lvmdbusd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|