tinc service: remove use of network-interfaces.target

This commit is contained in:
Joachim Fasting
2016-09-13 11:19:22 +02:00
committed by Alexander Ried
parent 795defaae0
commit 768b333dc1
+2 -2
View File
@@ -149,8 +149,8 @@ in
("tinc.${network}")
({
description = "Tinc Daemon - ${network}";
wantedBy = [ "network.target" ];
after = [ "network-interfaces.target" ];
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
path = [ data.package ];
restartTriggers = [ config.environment.etc."tinc/${network}/tinc.conf".source ]
++ mapAttrsToList (host: _ : config.environment.etc."tinc/${network}/hosts/${host}".source) data.hosts;