mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 19:23:50 +00:00
* Allow the start/stop condition of OpenVPN jobs to be overriden
easily. svn path=/nixos/trunk/; revision=32673
This commit is contained in:
parent
f55cf99c7c
commit
4f8d076ae7
@ -50,8 +50,8 @@ let
|
||||
in {
|
||||
description = "OpenVPN instance ‘${name}’";
|
||||
|
||||
startOn = "started network-interfaces";
|
||||
stopOn = "stopping network-interfaces";
|
||||
startOn = mkDefault "started network-interfaces";
|
||||
stopOn = mkDefault "stopping network-interfaces";
|
||||
|
||||
path = [ pkgs.iptables pkgs.iproute pkgs.nettools ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user