summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Keishing <gkeishin@in.ibm.com>2017-07-20 21:05:37 +0300
committerPatrick Williams <patrick@stwcx.xyz>2017-07-21 16:30:38 +0300
commita1fea2f119009663c3c3a1d34e21242520ef1e21 (patch)
tree93b67c78309eeeefdaa5caafa034999c0186b559
parent66287189fc93c2ced402802be31cbf63404857ba (diff)
downloadopenbmc-a1fea2f119009663c3c3a1d34e21242520ef1e21.tar.xz
Fix mapper args syntax error
Resolves openbmc/openbmc#1997 Change-Id: I45e975f5877fbb161c3da4486fd033ac475840f6 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
-rw-r--r--meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service b/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service
index a9a798485..ccaaa989f 100644
--- a/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service
+++ b/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service
@@ -7,7 +7,7 @@ Restart=always
Type=dbus
ExecStart={sbindir}/phosphor-mapper \
--path_namespaces="${{MAPPER_NAMESPACES}}" \
- --interface_namespaces="${{MAPPER_INTERFACES}}"
+ --interface_namespaces="${{MAPPER_INTERFACES}}" \
--blacklists="${{MAPPER_BLACKLISTS}}" \
--interface_blacklists="${{MAPPER_INTERFACEBLACKLISTS}}"
BusName={BUSNAME}