mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
Update openvpn.init
This commit is contained in:
parent
6c292c6159
commit
cfe0790933
@ -31,7 +31,7 @@ test -x $DAEMON || exit 0
|
|||||||
test -d $CONFIG_DIR || exit 0
|
test -d $CONFIG_DIR || exit 0
|
||||||
|
|
||||||
# Source defaults file; edit that file to configure this script.
|
# Source defaults file; edit that file to configure this script.
|
||||||
AUTOSTART="all"
|
AUTOSTART=$(find /config/openvpn -maxdepth 1 -name "*.ovpn" -print -quit)
|
||||||
STATUSREFRESH=10
|
STATUSREFRESH=10
|
||||||
OMIT_SENDSIGS=0
|
OMIT_SENDSIGS=0
|
||||||
if test -e /etc/default/openvpn ; then
|
if test -e /etc/default/openvpn ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user