if i start openvpn like
openvpn --config /some/path/somefileconfig --daemon
it's work nice (i have user/password stored etc)
so, if i want to stop connection i must kill the process.. there is a way to say to openvpn in daemon mode to graceful disconnect?
ty
