feat: add log file to thinkfan-service in (radix services linux)

pull/1/head
anemofilia 2023-09-25 03:39:47 -03:00
parent bc1f72bd07
commit 50a545303f
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 2 additions and 1 deletions

View File

@ -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?)))))