openvpn service: network-interfaces.target -> network.target
This commit is contained in:
parent
97416eaeef
commit
d43b2b9c85
@ -56,7 +56,7 @@ let
|
|||||||
description = "OpenVPN instance ‘${name}’";
|
description = "OpenVPN instance ‘${name}’";
|
||||||
|
|
||||||
wantedBy = optional cfg.autoStart "multi-user.target";
|
wantedBy = optional cfg.autoStart "multi-user.target";
|
||||||
after = [ "network-interfaces.target" ];
|
after = [ "network.target" ];
|
||||||
|
|
||||||
path = [ pkgs.iptables pkgs.iproute pkgs.nettools ];
|
path = [ pkgs.iptables pkgs.iproute pkgs.nettools ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user