forked from mirrors/nixpkgs
tcpcrypt service: remove use of network-interfaces.target
This commit is contained in:
parent
67d9369e5d
commit
795defaae0
|
@ -39,7 +39,7 @@ in
|
|||
description = "tcpcrypt";
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network-interfaces.target" ];
|
||||
after = [ "network.target" ];
|
||||
|
||||
path = [ pkgs.iptables pkgs.tcpcrypt pkgs.procps ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue