osmo-gsm-tester/src
Pau Espin 3a479c212d processes: Fix kill of processes run under sudo
sudo drops forwarding of signals sent by processes of the same
process group, which means by default will drop signals from
parent and children processes. By moving it to another group, we
will later be able to kill it.
Note: sudo documentation is wrong, since it states it only drops
signals from children.

See following link for more information:
https://stackoverflow.com/questions/34337840/cant-terminate-a-sudo-process-created-with-python-in-ubuntu-15-10

Change-Id: I25990234aaa496c501ff45ad7f7fd549d6f188da
2019-04-05 20:12:12 +02:00
..
osmo_gsm_tester processes: Fix kill of processes run under sudo 2019-04-05 20:12:12 +02:00
osmo_ms_driver nitb_netreg_mass: Add code to declare a run successful/failure 2019-03-07 10:05:48 +00:00
osmo-gsm-tester.py add cmdline option -R to add src file log to stdout 2017-06-22 06:43:04 +00:00