Merge pull request #30297 from yegortimoshenko/patch-4

unbound: fix typo in systemd Before
This commit is contained in:
Orivej Desh
2017-10-10 20:13:07 +00:00
committed by GitHub

View File

@@ -105,7 +105,7 @@ in
description = "Unbound recursive Domain Name Server";
after = [ "network.target" ];
before = [ "nss-lookup.target" ];
wants = [" nss-lookup.target" ];
wants = [ "nss-lookup.target" ];
wantedBy = [ "multi-user.target" ];
preStart = ''