blob: 67788ae761ec1070ba26962a258007f18148edb4 [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
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