Now first time not in admin section.

I've several problems on a client connection.
First of all: the connection itself works fine!
My system is a debian 7.8 with openvpn installed.
It should work als client.
The connection should be established on system start.
As doc. says therefore one have to put the config file in /etc/openvpn.
For me this does NOT work: no syslog entry, no vpn process in "ps aux".
FYI: in /etc/default/openvpn there is "AUTOSTART = all".
Ok, I can do the job in an other way, I know.
Second problem: if I start the connection with
Code: Select all
openvpn myconn.openvpn &
How can ensure by script that this connection is still valid and not broken?
And if broken, how to automatically re-establish the connection?
How can I clean close the connection?
Is the an othe way than
Code: Select all
kill all <pid>
Are there some answers for me?
Thanks in advance,
lemussky