Comment 1 for bug 249802

Revision history for this message
Christoph Langner (chrissss) wrote :

Yep, i noticed too that vpnc looses quite often it's connection. What I've got in my mind is some kind of process monitor. Like

$ foo vpnc start --respawn
$ foo vpnc stop

When i start vpnc with `foo vpnc start --respawn` it get's restarted until i quit it with `foo vpnc stop`. There are some process monitors like restartd etc. out there, but they need to be configured via configuration files. Afaik there is no simple process monitor like the one i've got in my mind.