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

[Service]
Restart=always
Type=dbus
ExecStart=/usr/bin/env mapperx \
        --service-namespaces="xyz. com. org." \
        --interface-namespaces="org. com. xyz." \
        --service-blacklists="org.freedesktop.systemd1"
SyslogIdentifier=phosphor-mapper
BusName={BUSNAME}
TimeoutStartSec=300
RestartSec=5
EnvironmentFile={envfiledir}/obmc/mapper

[Install]
WantedBy={SYSTEMD_DEFAULT_TARGET}