Skip to content

Commit

Permalink
Making bind start on started network-interfaces. It wasn't starting e…
Browse files Browse the repository at this point in the history
…ver.

svn path=/nixos/trunk/; revision=33542
  • Loading branch information
Lluís Batlle i Rossell committed Apr 2, 2012
1 parent fbd4f65 commit 56d9e60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/services/networking/bind.nix
Expand Up @@ -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
Expand Down

0 comments on commit 56d9e60

Please sign in to comment.