diff --git a/modules/radix/services/linux.scm b/modules/radix/services/linux.scm index 25e2733..805c134 100644 --- a/modules/radix/services/linux.scm +++ b/modules/radix/services/linux.scm @@ -39,7 +39,8 @@ #~((string-append "-c" #$config-file)) #~()) #$@extra-options) - #:pid-file #$pid-file)) + #:pid-file #$pid-file + #:log-file "/var/log/thinkfan.log")) (stop #~(make-kill-destructor)) (one-shot? #t) (respawn? respawn?)))))