commit | b84411d522828c90c2e4228a3a61e3e1c88fd939 | [log] [tgz] |
---|---|---|
author | Aleksander Morgado <aleksander@aleksander.es> | Tue Aug 08 07:55:06 2017 |
committer | Aleksander Morgado <aleksander@aleksander.es> | Tue Aug 08 10:24:03 2017 |
tree | 0560ef5b0522850c956c416d517419f89c658928 | |
parent | e51f3d21590c0b9a10217813eaa82efe033470f4 [diff] |
device: avoid signals sent to the qmi-proxy process If e.g. qmi-proxy is started by ModemManager and we send a Ctrl+C to it, the signal would be propagated to the qmi-proxy process and we would kill it right away, while leaving ModemManager still around wondering why the socket to the proxy got a HUP. Avoid this, by making sure the qmi-proxy gets its own process group. (cherry picked from commit 88ca109f9ca29fcff9651e2ac8930e6c3600ac64)