tinc service: remove use of network-interfaces.target

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

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;