summarylogtreecommitdiffstats
path: root/dell-bios-fan-control.service
blob: e1db1e0633dc1b29466aec211e8f9e3730783b03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Disables BIOS control of fans at boot.
Before=i8kmon.service

[Service]
Type=oneshot
ExecStart=/usr/bin/dell-bios-fan-control 0
RemainAfterExit=true
ExecStop=/usr/bin/dell-bios-fan-control 1

[Install]
WantedBy=multi-user.target