Merge pull request #26697 from kirelagin/nsd-stderr

nsd: Send stderr to /dev/null
wip/yesman
Jörg Thalheim 7 years ago committed by GitHub
commit 96eaad8fd4
  1. 1
      nixos/modules/services/networking/nsd.nix

@ -811,6 +811,7 @@ in
serviceConfig = {
ExecStart = "${nsdPkg}/sbin/nsd -d -c ${nsdEnv}/nsd.conf";
StandardError = "null";
PIDFile = pidFile;
Restart = "always";
RestartSec = "4s";

Loading…
Cancel
Save