treewide: minor format / style / documentation fixes

This commit is contained in:
Alexander Ried
2016-09-13 11:19:22 +02:00
parent bc7710468d
commit 3ada966bd5
4 changed files with 5 additions and 5 deletions
+2 -1
View File
@@ -145,7 +145,7 @@ in
};
systemd.services.bind = {
description = "BIND name server job";
description = "BIND Domain Name Server";
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
@@ -155,6 +155,7 @@ in
'';
script = "${pkgs.bind.bin}/sbin/named -u ${bindUser} ${optionalString cfg.ipv4Only "-4"} -c ${cfg.configFile} -f";
unitConfig.Documentation = "man:named(8)";
};
};
}