summarylogtreecommitdiffstats
path: root/fan2go.service
diff options
context:
space:
mode:
Diffstat (limited to 'fan2go.service')
-rw-r--r--fan2go.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/fan2go.service b/fan2go.service
new file mode 100644
index 000000000000..e48549b4a10a
--- /dev/null
+++ b/fan2go.service
@@ -0,0 +1,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