Simon South wrote 4 years ago
(address . guix-patches@gnu.org)(address . simon@simonsouth.net)
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.
--
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(-)
--
2.28.0