summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-runbmc-nuvoton/recipes-phosphor/fans/phosphor-pid-control/fan-reboot-control.service
blob: 3ce2e01b0205e8642b7f422d13ef1a50102fc82d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Set Fan to Full Speed as Rebooting
DefaultDependencies=no
After=shutdown.target

[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/usr/bin/fan-full-speed.sh

[Install]
WantedBy=shutdown.target