mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
services: knot-resolver: Replace deprecated command-line option.
This silences a warning from the service at startup. * gnu/services/dns.scm (knot-resolver-shepherd-services)[start]: Use the "-n" command-line option to kresd in place of the deprecated "-f 1". Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
6bfbdc949c
commit
5ede259526
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ (define knot-resolver-shepherd-services
|
|||
(documentation "Run the Knot Resolver daemon.")
|
||||
(start #~(make-forkexec-constructor
|
||||
'(#$(file-append package "/sbin/kresd")
|
||||
"-c" #$kresd-config-file "-f" "1"
|
||||
"-c" #$kresd-config-file "-n"
|
||||
"/var/cache/knot-resolver")))
|
||||
(stop #~(make-kill-destructor)))
|
||||
(shepherd-service
|
||||
|
|
Loading…
Reference in a new issue