1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00
lvm2/scripts/lvm2_lvmdbusd_systemd_red_hat.service.in
Tony Asleson 86e9d12b6f lvmdbusd: Remove --udev in service file
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>
2016-03-21 17:28:51 -05:00

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