services: pm: Remove `-n` flag from thinkfan forkexec-constructor

main
Luis Guilherme Coelho 2024-07-24 21:12:05 -03:00
parent 095bcb82b7
commit f7246e8145
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,7 @@ arbitrary command-line arguments to thinkfan as a list of strings."))
(requirement '(user-processes))
(start #~(make-forkexec-constructor
(list (string-append #$thinkfan "/sbin/thinkfan")
"-n" #$@extra-options
#$@extra-options
"-c" #$config-file)
#:log-file #$log-file
#:pid-file #$pid-file))