|
|
Paulo Andre wrote:
> Trying to start openvpn from within '/etc/rc.d/' but 'openvpn --config
> /etc/vpn.conf', will not work.
> Looks like the 'openvpn' will not accept a path to the file.
> Any suggestions.
>
openvpn --daemon --writepid "/var/run/openvpn/$tun.pid" \
--config "/etc/openvpn/$tun.conf" \
--cd /etc/openvpn
(from a PLD openvpn init script)
Regards,
Irek SÅonina
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr_______________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|