oauth2_proxy: 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 b5756c8660
commit 820b769fc8
@@ -510,7 +510,7 @@ in
description = "OAuth2 Proxy";
path = [ cfg.package ];
wantedBy = [ "multi-user.target" ];
after = [ "network-interfaces.target" ];
after = [ "network.target" ];
serviceConfig = {
User = "oauth2_proxy";