lol

Merge pull request #26697 from kirelagin/nsd-stderr

nsd: Send stderr to /dev/null

authored by

Jörg Thalheim and committed by
GitHub
96eaad8f 84aaebee

+1
+1
nixos/modules/services/networking/nsd.nix
··· 811 811 812 812 serviceConfig = { 813 813 ExecStart = "${nsdPkg}/sbin/nsd -d -c ${nsdEnv}/nsd.conf"; 814 + StandardError = "null"; 814 815 PIDFile = pidFile; 815 816 Restart = "always"; 816 817 RestartSec = "4s";