mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
unbound: fix typo in systemd Before
This commit is contained in:
parent
d26f8b5e00
commit
274c9b7587
1 changed files with 1 additions and 1 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue