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";
after = [ "network.target" ];
before = [ "nss-lookup.target" ];
wants = [" nss-lookup.target" ];
wants = [ "nss-lookup.target" ];
wantedBy = [ "multi-user.target" ];
preStart = ''