oauth2_proxy: remove use of network-interfaces.target

This commit is contained in:
Joachim Fasting 2016-09-10 20:20:48 +02:00 committed by Alexander Ried
parent b5756c8660
commit 820b769fc8

View File

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