oauth2_proxy: remove use of network-interfaces.target
This commit is contained in:
parent
b5756c8660
commit
820b769fc8
@ -510,7 +510,7 @@ in
|
|||||||
description = "OAuth2 Proxy";
|
description = "OAuth2 Proxy";
|
||||||
path = [ cfg.package ];
|
path = [ cfg.package ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "network-interfaces.target" ];
|
after = [ "network.target" ];
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
User = "oauth2_proxy";
|
User = "oauth2_proxy";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user