feat: add log file to thinkfan-service in (radix services linux)
parent
bc1f72bd07
commit
50a545303f
|
@ -39,7 +39,8 @@
|
||||||
#~((string-append "-c" #$config-file))
|
#~((string-append "-c" #$config-file))
|
||||||
#~())
|
#~())
|
||||||
#$@extra-options)
|
#$@extra-options)
|
||||||
#:pid-file #$pid-file))
|
#:pid-file #$pid-file
|
||||||
|
#:log-file "/var/log/thinkfan.log"))
|
||||||
(stop #~(make-kill-destructor))
|
(stop #~(make-kill-destructor))
|
||||||
(one-shot? #t)
|
(one-shot? #t)
|
||||||
(respawn? respawn?)))))
|
(respawn? respawn?)))))
|
||||||
|
|
Loading…
Reference in New Issue