Making bind start on started network-interfaces. It wasn't starting ever.

svn path=/nixos/trunk/; revision=33542
This commit is contained in:
Lluís Batlle i Rossell 2012-04-02 18:28:42 +00:00
parent fbd4f65652
commit 56d9e60bb7

View file

@ -114,6 +114,8 @@ in
jobs.bind =
{ description = "BIND name server job";
startOn = "started network-interfaces";
preStart =
''
${pkgs.coreutils}/bin/mkdir -p /var/run/named