Comment 10 for bug 372358

Revision history for this message
Andres Rodriguez (andreserl) wrote :

Ohh I now understand. What about $script_security???

So, will doing something similar to the following solve this issue?

+ start-stop-daemon --start --quiet --oknodo \
+ --pidfile /var/run/openvpn.$NAME.pid \
+ --exec $DAEMON -- $OPTARGS --writepid /var/run/openvpn.$NAME.pid \
+ $DAEMONARG $STATUSARG --cd $CONFIG_DIR \
+ --config $CONFIG_DIR/$NAME.conf $script_security < /dev/null || STATUS=1

We'll have to test it setting up a password-protected VPN right?