summarylogtreecommitdiffstats
path: root/thinkfan.service
diff options
context:
space:
mode:
Diffstat (limited to 'thinkfan.service')
-rw-r--r--thinkfan.service7
1 files changed, 4 insertions, 3 deletions
diff --git a/thinkfan.service b/thinkfan.service
index 5618aed6fe7c..e8a218161337 100644
--- a/thinkfan.service
+++ b/thinkfan.service
@@ -5,9 +5,10 @@ After=lm_sensors.service
[Service]
Type=forking
-ExecStart=/usr/bin/thinkfan
-PIDFile=/var/run/thinkfan.pid
-ExecReload=/usr/bin/kill -HUP $MAINPID
+ExecStart=/usr/bin/thinkfan $THINKFAN_ARGS
+PIDFile=/run/thinkfan.pid
+ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target
+Also=thinkfan-wakeup.service