blob: 06c2e9b22676d21b312497ec74810b020b093c70 [file] [log] [blame]
Chanh Nguyena688a042022-04-06 14:02:55 +07001[Unit]
2Description=Ampere Computing LLC Overtemp event handling
3
4[Service]
5Restart=no
6ExecStart=/bin/sh -c "touch /tmp/fault_overtemp && obmcutil chassisoff"
7ExecStartPost=/bin/sh -c "ampere_add_redfishevent.sh OpenBMC.0.1.CPUThermalTrip.Critical %i && sleep 10 && rm /tmp/fault_overtemp"