Skip to content

Create new process group for script

Dimitri Papadopoulos Orfanos requested to merge script_setpgid into master

The SIGINT signal is delivered to the each process of the OpenConnect process group. We want the script to run in a different process group, so that SIGINT is not delivered to the script. We want the script to finish its task, typically set/reset routing and DNS.

Fixes #509.

Edited by Dimitri Papadopoulos Orfanos

Merge request reports