0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

Merge pull request #26697 from kirelagin/nsd-stderr

nsd: Send stderr to /dev/null
This commit is contained in:
Jörg Thalheim 2017-06-18 16:53:36 +01:00 committed by GitHub
commit 96eaad8fd4

View file

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