mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
86e9d12b6f
With commit 2d5dc6512e10924ab68e6a139081d7121bc3f7d6 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
|