blob: 5e38cec33062b5774eeb2514a8d4f6010e271e04 [file] [log] [blame]
Matt Spinler3ec21d02016-12-05 10:40:56 -06001[Unit]
2Description=Set fans to a default speed
3
4Wants=obmc-power-on@%i.target
5After=obmc-power-on@%i.target
6Wants=obmc-host-start-pre@%i.target
7Before=obmc-host-start-pre@%i.target
Josh D. Kingaaf179d2017-04-06 15:56:37 -05008Conflicts=obmc-host-stop@%i.target
Matt Spinler3ec21d02016-12-05 10:40:56 -06009
10[Service]
11ExecStart={bindir}/set_fan_speeds.sh 8000
12Type=oneshot
13RemainAfterExit=yes
14
15[Install]
Josh D. Kingaaf179d2017-04-06 15:56:37 -050016WantedBy=obmc-host-start@%i.target