mbox

[bug#44260,0/1] knot-resolver: Silence warning re: deprecated option

Message ID cover.1603822404.git.simon@simonsouth.net
Headers show

Message

Simon South Oct. 27, 2020, 6:21 p.m. UTC
This small patch silences this warning from Knot Resolver when it starts:

   deprecation WARNING: use --noninteractive instead of --forks=1

With version 5.0.0 the "-f" option was deprecated[0] in favour of "-n" as a
means of starting the daemon as a non-interactive process.

The patch updates Guix's service definition to match, without any functional
change to the service.

[0] https://gitlab.nic.cz/knot/knot-resolver/issues/529

--
Simon South
simon@simonsouth.net


Simon South (1):
  services: knot-resolver: Replace deprecated command-line option.

 gnu/services/dns.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)