6a41ac5054
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
27 lines
683 B
Diff
27 lines
683 B
Diff
From a40a1d6cfc5c38fdee2749b1153ef8bf267ff24e Mon Sep 17 00:00:00 2001
|
|
From: Igor Gnatenko <ignatenko@redhat.com>
|
|
Date: Mon, 8 Jan 2018 16:34:29 +0100
|
|
Subject: [PATCH] add dbus service
|
|
|
|
Without it, stratisd is not activatable.
|
|
|
|
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
|
|
---
|
|
org.storage.stratis1.service | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
create mode 100644 org.storage.stratis1.service
|
|
|
|
diff --git a/org.storage.stratis1.service b/org.storage.stratis1.service
|
|
new file mode 100644
|
|
index 0000000..4f3e92b
|
|
--- /dev/null
|
|
+++ b/org.storage.stratis1.service
|
|
@@ -0,0 +1,4 @@
|
|
+[D-BUS Service]
|
|
+Name=org.storage.stratis1
|
|
+Exec=/usr/libexec/stratisd
|
|
+User=root
|
|
--
|
|
2.15.1
|
|
|