summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/dbus
diff options
context:
space:
mode:
authorGeorge Keishing <gkeishin@in.ibm.com>2017-07-20 13:05:37 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-07-21 13:30:38 +0000
commita1fea2f119009663c3c3a1d34e21242520ef1e21 (patch)
tree93b67c78309eeeefdaa5caafa034999c0186b559 /meta-phosphor/common/recipes-phosphor/dbus
parent66287189fc93c2ced402802be31cbf63404857ba (diff)
downloadtalos-openbmc-a1fea2f119009663c3c3a1d34e21242520ef1e21.tar.gz
talos-openbmc-a1fea2f119009663c3c3a1d34e21242520ef1e21.zip
Fix mapper args syntax error
Resolves openbmc/openbmc#1997 Change-Id: I45e975f5877fbb161c3da4486fd033ac475840f6 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/dbus')
-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}
OpenPOWER on IntegriCloud