David Thompson 13bc8d5e4f environment: Properly handle SIGINT.
Switching to execlp means that the process spawned in a container is PID
1, which obsoleted one of the 'guix environment --container' tests
because the init process can't be killed in the usual manner.

* guix/scripts/environment.scm (launch-environment/fork): New procedure.
(launch-environment): Switch from system* to execlp.  Add handler for
SIGINT.
(guix-environment): Use launch-environment/fork.
* tests/guix-environment-container.sh: Replace abnormal exit test with
one that works now that the spawned process is PID 1.
2016-03-27 15:09:21 -04:00
..
2015-10-20 00:57:36 +02:00
2015-06-24 18:05:03 +02:00
2015-11-26 22:35:01 +01:00
2015-11-26 22:35:01 +01:00
2016-03-20 22:46:14 +01:00
2016-03-01 16:00:46 +01:00
2015-10-19 10:10:47 +02:00
2014-02-21 23:49:52 +01:00
2015-11-26 18:17:23 +01:00
2014-03-31 23:34:20 +02:00
2015-09-18 21:42:06 +03:00
2015-01-11 23:50:01 +01:00
2015-10-06 23:51:04 +02:00