13 lines
303 B
Desktop File
13 lines
303 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Phosphor Fan Control Daemon
|
||
|
|
Wants=xyz.openbmc_project.fansensor.service
|
||
|
|
After=xyz.openbmc_project.fansensor.service
|
||
|
|
StartLimitIntervalSec=30
|
||
|
|
StartLimitBurst=3
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Restart=on-failure
|
||
|
|
ExecStart=phosphor-fan-control
|
||
|
|
RestartSec=20
|
||
|
|
ExecStopPost=/usr/bin/ampere_set_fan_max_speed.sh
|