blob: aeb734da7d87f422b2393ddfa13d33a7e7a27c8b [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
Michael Tritz0ad3b1d2017-08-15 14:07:23 -05009ExecStart=/usr/bin/env phosphor-mapper \
Brad Bishop2ad7ce32017-07-09 23:41:49 -040010 --path_namespaces="${{MAPPER_NAMESPACES}}" \
George Keishinga1fea2f2017-07-20 13:05:37 -050011 --interface_namespaces="${{MAPPER_INTERFACES}}" \
Brad Bishop2ad7ce32017-07-09 23:41:49 -040012 --blacklists="${{MAPPER_BLACKLISTS}}" \
13 --interface_blacklists="${{MAPPER_INTERFACEBLACKLISTS}}"
Michael Tritz0ad3b1d2017-08-15 14:07:23 -050014SyslogIdentifier=phosphor-mapper
Brad Bishopfd1a57c2016-08-25 22:36:30 -040015BusName={BUSNAME}
Adriana Kobylakc13be612016-06-24 16:14:08 -050016TimeoutStartSec=300
Brad Bishop2ad7ce32017-07-09 23:41:49 -040017EnvironmentFile={envfiledir}/obmc/mapper
Brad Bishop801ddbd2016-06-28 18:21:00 -040018Environment="PYTHONUNBUFFERED=1"
Brad Bishop83254dc2015-10-27 17:12:45 -040019
20[Install]
Brad Bishopfd1a57c2016-08-25 22:36:30 -040021WantedBy={SYSTEMD_DEFAULT_TARGET}