1[Unit]
2Description=Phosphor Fan Control Daemon
3Wants=xyz.openbmc_project.fansensor.service
4After=xyz.openbmc_project.fansensor.service
5StartLimitIntervalSec=30
6StartLimitBurst=3
7
8[Service]
9Restart=on-failure
10ExecStart=phosphor-fan-control
11RestartSec=20
12ExecStopPost=/usr/bin/ampere_set_fan_max_speed.sh
13