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
commit 0f914d2373

View File

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