openvpn: import from base

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-12-01 12:36:46 -08:00
parent 0e77d0264e
commit 4434915571
18 changed files with 1564 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/sh
ACTION=$1
shift
INSTANCE=$1
shift
export ACTION=$ACTION
export INSTANCE=$INSTANCE
exec /sbin/hotplug-call openvpn "$@"