summarylogtreecommitdiffstats
path: root/dell-bios-fan-control.service
blob: 54451b2fd97c39ce4bdfd66458b510a405190d71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Disables BIOS control of fans at boot.
Before=i8kmon.service
Wants=dell-bios-fan-control-resume.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