blob: 5f7bd959977537d2fd6eb878d6b948b7e55c14f6 [file] [log] [blame]
Brad Bishopce086742015-10-27 17:12:45 -04001[Unit]
Brad Bishopf51b3a02016-08-25 22:41:39 -04002Description=Phosphor DBus Service Discovery Manager
Brad Bishope94b9152016-08-08 20:21:44 -04003Before=obmc-mapper.target
Andrew Geisslerca734e72018-07-20 09:13:15 -07004After=dbus.service
Brad Bishopce086742015-10-27 17:12:45 -04005
6[Service]
Nan Li2d343522016-01-27 10:28:34 +08007Restart=always
Brad Bishopce086742015-10-27 17:12:45 -04008Type=dbus
Matt Spinler940ede42018-09-19 15:20:31 -05009ExecStart=/usr/bin/env mapperx \
10 --service-namespaces="${{MAPPER_SERVICES}}" \
11 --interface-namespaces="${{MAPPER_INTERFACES}}" \
12 --service-blacklists="${{MAPPER_SERVICEBLACKLISTS}}"
Michael Tritzfbd81be2017-08-15 14:07:23 -050013SyslogIdentifier=phosphor-mapper
Brad Bishopc2e93ce2016-08-25 22:36:30 -040014BusName={BUSNAME}
Adriana Kobylak33809de2016-06-24 16:14:08 -050015TimeoutStartSec=300
Matt Spinler940ede42018-09-19 15:20:31 -050016RestartSec=5
Brad Bishopf8a7cd12017-07-09 23:41:49 -040017EnvironmentFile={envfiledir}/obmc/mapper
Brad Bishopce086742015-10-27 17:12:45 -040018
19[Install]
Patrick Ventured607cfb2019-04-04 12:15:22 -070020WantedBy=multi-user.target