import from old webserver
This commit is contained in:
commit
ef633b2cf4
182 changed files with 69233 additions and 0 deletions
11
noc/configs/network/if-down.d/openvpn
Executable file
11
noc/configs/network/if-down.d/openvpn
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
OPENVPN=/etc/init.d/openvpn
|
||||
|
||||
if [ ! -x $OPENVPN ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ -n "$IF_OPENVPN" ]; then
|
||||
$OPENVPN stop $IF_OPENVPN
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue