fix: add /etc/thinkfan.conf as default config-file entry for thinkfan-configuration in (radix services linux)

pull/1/head
anemofilia 2023-09-25 03:31:26 -03:00
parent 5d52361682
commit 42bc929236
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
(pid-file thinkfan-configuration-pid-file ;string (pid-file thinkfan-configuration-pid-file ;string
(default "/var/run/thinkfan.pid")) (default "/var/run/thinkfan.pid"))
(config-file thinkfan-configuration-config-file ;#f | file-like (config-file thinkfan-configuration-config-file ;#f | file-like
(default #f)) (default (local-file "/etc/thinkfan.conf")))
(respawn? thinkfan-configuration-respawn? ;boolean (respawn? thinkfan-configuration-respawn? ;boolean
(default #t)) (default #t))
(extra-options thinkfan-configuration-extra-options ;list of strings (extra-options thinkfan-configuration-extra-options ;list of strings