fix: add /etc/thinkfan.conf as default config-file entry for thinkfan-configuration in (radix services linux)
parent
5d52361682
commit
42bc929236
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue