summaryrefslogtreecommitdiff
path: root/scripts/lvm2_lvmdbusd_systemd_red_hat.service.in
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2016-02-17 23:53:35 +0000
committerAlasdair G Kergon <agk@redhat.com>2016-02-17 23:53:35 +0000
commit5987562cf924090affc656e05ae484ead516da30 (patch)
tree45cc5637ad3eaf6d6fc393a43eb5b906ef3f634e /scripts/lvm2_lvmdbusd_systemd_red_hat.service.in
parent055c628e38589bf1ea66bc0b2c5da36ed115b551 (diff)
downloadlvm2-5987562cf924090affc656e05ae484ead516da30.tar.gz
lvmdbus: Add new daemon.
Diffstat (limited to 'scripts/lvm2_lvmdbusd_systemd_red_hat.service.in')
-rw-r--r--scripts/lvm2_lvmdbusd_systemd_red_hat.service.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/lvm2_lvmdbusd_systemd_red_hat.service.in b/scripts/lvm2_lvmdbusd_systemd_red_hat.service.in
new file mode 100644
index 000000000..d3ad8705d
--- /dev/null
+++ b/scripts/lvm2_lvmdbusd_systemd_red_hat.service.in
@@ -0,0 +1,11 @@
+[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