unbound: fix typo in systemd Before

This commit is contained in:
Yegor Timoshenko 2017-10-10 20:08:36 +00:00 committed by GitHub
parent d26f8b5e00
commit 274c9b7587

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 = ''