summaryrefslogtreecommitdiffstats
path: root/abs/extra/lm_sensors/fancontrol.service
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/lm_sensors/fancontrol.service')
-rw-r--r--abs/extra/lm_sensors/fancontrol.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/extra/lm_sensors/fancontrol.service b/abs/extra/lm_sensors/fancontrol.service
new file mode 100644
index 0000000..c86b498
--- /dev/null
+++ b/abs/extra/lm_sensors/fancontrol.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Fan control daemon
+
+[Service]
+PIDFile=/var/run/fancontrol.pid
+ExecStart=/usr/sbin/fancontrol
+
+[Install]
+WantedBy=multi-user.target