1[Unit] 2Description=Phosphor MAX31785 MSL 3ConditionFileNotEmpty=/etc/default/obmc/hwmon-max31785/%I.conf 4Wants=mapper-wait@-xyz-openbmc_project-inventory.service 5After=mapper-wait@-xyz-openbmc_project-inventory.service 6 7[Service] 8Type=oneshot 9ExecStart=/usr/bin/env max31785-msl -p "${PATHS}" -b ${BUS} -r ${REVISION} 10EnvironmentFile=/etc/default/obmc/hwmon-max31785/%I.conf 11SyslogIdentifier=max31785-msl 12RemainAfterExit=yes 13