bind: Split into multiple outputs
A patch is needed to make bind not print its configure flags on 'named -V'.
This commit is contained in:
committed by
Tuomas Tynkkynen
parent
d359ce90e8
commit
0561e14c3b
@@ -154,7 +154,7 @@ in
|
||||
chown ${bindUser} /var/run/named
|
||||
'';
|
||||
|
||||
script = "${pkgs.bind}/sbin/named -u ${bindUser} ${optionalString cfg.ipv4Only "-4"} -c ${cfg.configFile} -f";
|
||||
script = "${pkgs.bind.bin}/sbin/named -u ${bindUser} ${optionalString cfg.ipv4Only "-4"} -c ${cfg.configFile} -f";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user