From: Daniel Kahn Gillmor Date: Mon, 5 Feb 2018 18:56:09 +0000 (-0500) Subject: systemd: no need to include defaults X-Git-Tag: v2.1.0~1^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e3c7abceb56d978483cc892443665b18531910d;p=thirdparty%2Fknot-resolver.git systemd: no need to include defaults We want these files to be as simple as possible; there's no reason to include arguments that are already the default. --forks=1 is the default. and the unit files indicate WorkingDirectory already. --- diff --git a/systemd/default/kresd b/systemd/default/kresd index 29a433e20..3ecd6fc5a 100644 --- a/systemd/default/kresd +++ b/systemd/default/kresd @@ -1,5 +1,5 @@ # Used for systemd activation -KRESD_ARGS="--config=/etc/knot-resolver/kresd.conf --forks=1 /var/cache/knot-resolver" +KRESD_ARGS="--config=/etc/knot-resolver/kresd.conf" # Standalone daemon arguments DAEMON_ARGS="--addr=127.0.0.1#53 --addr=::1#53 $KRESD_ARGS"