aboutsummaryrefslogtreecommitdiffstats
path: root/thinkfan.service
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-02-16 02:32:57 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:39 +0200
commit51021a0219808573e9804518cefa4285b9f4fe11 (patch)
tree53ec954f6bac534c7d41102eea2c75e6df4c6eb4 /thinkfan.service
downloadpkgbuilds-51021a0219808573e9804518cefa4285b9f4fe11.tar.xz
Dump...
Diffstat (limited to 'thinkfan.service')
-rw-r--r--thinkfan.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/thinkfan.service b/thinkfan.service
new file mode 100644
index 0000000..e7c8bad
--- /dev/null
+++ b/thinkfan.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Thinkfan Daemon - simple and lightweight fan control program
+After=basic.target
+
+[Service]
+ExecStart=/usr/bin/thinkfan -n -s5 -q
+
+[Install]
+WantedBy=multi-user.target