From 50a545303ff41996f3b973dde90cec8b569c1f41 Mon Sep 17 00:00:00 2001 From: anemofilia Date: Mon, 25 Sep 2023 03:39:47 -0300 Subject: [PATCH] feat: add log file to thinkfan-service in (radix services linux) --- modules/radix/services/linux.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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?)))))