summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service
blob: a9a79848589c23196eab68d6b6bd0cfa579aa30b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Unit]
Description=Phosphor DBus Service Discovery Manager
Before=obmc-mapper.target

[Service]
Restart=always
Type=dbus
ExecStart={sbindir}/phosphor-mapper \
        --path_namespaces="${{MAPPER_NAMESPACES}}" \
        --interface_namespaces="${{MAPPER_INTERFACES}}"
        --blacklists="${{MAPPER_BLACKLISTS}}" \
        --interface_blacklists="${{MAPPER_INTERFACEBLACKLISTS}}"
BusName={BUSNAME}
TimeoutStartSec=300
EnvironmentFile={envfiledir}/obmc/mapper
Environment="PYTHONUNBUFFERED=1"

[Install]
WantedBy={SYSTEMD_DEFAULT_TARGET}
OpenPOWER on IntegriCloud