mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
openvpn service: network-interfaces.target -> network.target
This commit is contained in:
parent
97416eaeef
commit
d43b2b9c85
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ let
|
|||
description = "OpenVPN instance ‘${name}’";
|
||||
|
||||
wantedBy = optional cfg.autoStart "multi-user.target";
|
||||
after = [ "network-interfaces.target" ];
|
||||
after = [ "network.target" ];
|
||||
|
||||
path = [ pkgs.iptables pkgs.iproute pkgs.nettools ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue