summarylogtreecommitdiffstats
path: root/fan2go.service
blob: b32a1e251ff684636d51abac48409b5276a99a62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Advanced Fan Control program
After=lm_sensors.service

[Service]
LimitNOFILE=8192
ExecStart=/usr/bin/fan2go -c /etc/fan2go/fan2go.yaml --no-style
Restart=always
RestartSec=1s

[Install]
WantedBy=multi-user.target