diff options
Diffstat (limited to 'thinkfan.service')
-rw-r--r-- | thinkfan.service | 9 |
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 |