blob: d57ec3129928f8f9150c67174a01832ec5576bc3 [file] [log] [blame]
Brad Bishop83254dc2015-10-27 17:12:45 -04001[Unit]
Brad Bishop8f6c2ca2016-08-25 22:41:39 -04002Description=Phosphor DBus Service Discovery Manager
Brad Bishope3060732016-08-08 20:21:44 -04003Before=obmc-mapper.target
Andrew Geissleraad617f2018-07-20 09:13:15 -07004After=dbus.service
Brad Bishop83254dc2015-10-27 17:12:45 -04005
6[Service]
Nan Lid0921602016-01-27 10:28:34 +08007Restart=always
Brad Bishop83254dc2015-10-27 17:12:45 -04008Type=dbus
Matt Spinler93e55332022-04-07 16:02:32 -05009ExecStart=/usr/bin/mapperx \
Matt Spinler5c5cac32018-09-19 15:20:31 -050010 --service-namespaces="${{MAPPER_SERVICES}}" \
11 --interface-namespaces="${{MAPPER_INTERFACES}}" \
12 --service-blacklists="${{MAPPER_SERVICEBLACKLISTS}}"
Brad Bishopfd1a57c2016-08-25 22:36:30 -040013BusName={BUSNAME}
Adriana Kobylakc13be612016-06-24 16:14:08 -050014TimeoutStartSec=300
Matt Spinler5c5cac32018-09-19 15:20:31 -050015RestartSec=5
Brad Bishop2ad7ce32017-07-09 23:41:49 -040016EnvironmentFile={envfiledir}/obmc/mapper
Brad Bishop83254dc2015-10-27 17:12:45 -040017
18[Install]
Brad Bishopfc81e382019-04-06 13:58:07 -040019WantedBy=multi-user.target