blob: 148d7e14f59c3e3e77a6a8203b6e6763be13f7d1 [file] [log] [blame]
Anton D. Kachalov5b520cf2021-02-03 23:19:39 +01001[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
Matt Spinler0bbd07c2022-04-07 15:57:06 -05009ExecStart=/usr/bin/max31785-msl -p "${PATHS}" -b ${BUS} -r ${REVISION}
Anton D. Kachalov5b520cf2021-02-03 23:19:39 +010010EnvironmentFile=/etc/default/obmc/hwmon-max31785/%I.conf
11SyslogIdentifier=max31785-msl
12RemainAfterExit=yes