summarylogtreecommitdiffstats
path: root/fw-fanctrl.service
blob: 92801ccf14ac46040acf1627b38c9a11a951a768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=FrameWork Fan Controller
After=multi-user.target

[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/python3 /usr/bin/fw-fanctrl --config /etc/fw-fanctrl/config.json --no-log
# make sure to reenable automatic fan control on shutdown
ExecStopPost=/usr/bin/ectool --interface=lpc autofanctrl

[Install]
WantedBy=multi-user.target