* 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 {
|
in {
|
||||||
description = "OpenVPN instance ‘${name}’";
|
description = "OpenVPN instance ‘${name}’";
|
||||||
|
|
||||||
startOn = "started network-interfaces";
|
startOn = mkDefault "started network-interfaces";
|
||||||
stopOn = "stopping network-interfaces";
|
stopOn = mkDefault "stopping network-interfaces";
|
||||||
|
|
||||||
path = [ pkgs.iptables pkgs.iproute pkgs.nettools ];
|
path = [ pkgs.iptables pkgs.iproute pkgs.nettools ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user