tcpcrypt service: remove use of network-interfaces.target

This commit is contained in:
Joachim Fasting 2016-09-10 20:18:39 +02:00 committed by Alexander Ried
parent 67d9369e5d
commit 795defaae0

View File

@ -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 ];