bind service: network-interfaces.target -> network.target
This commit is contained in:
parent
22976bc951
commit
69e15b7ba5
@ -146,7 +146,7 @@ in
|
|||||||
|
|
||||||
systemd.services.bind = {
|
systemd.services.bind = {
|
||||||
description = "BIND name server job";
|
description = "BIND name server job";
|
||||||
after = [ "network-interfaces.target" ];
|
after = [ "network.target" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|
||||||
preStart = ''
|
preStart = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user