summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service
blob: d57ec3129928f8f9150c67174a01832ec5576bc3 (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
After=dbus.service

[Service]
Restart=always
Type=dbus
ExecStart=/usr/bin/mapperx \
        --service-namespaces="${{MAPPER_SERVICES}}" \
        --interface-namespaces="${{MAPPER_INTERFACES}}" \
        --service-blacklists="${{MAPPER_SERVICEBLACKLISTS}}"
BusName={BUSNAME}
TimeoutStartSec=300
RestartSec=5
EnvironmentFile={envfiledir}/obmc/mapper

[Install]
WantedBy=multi-user.target