Johannes Christ
78053b9004
home: Run child as pid 2.
...
To test, use a sample home configuration and a command such as:
guix home container home.scm -- sleep 10
Before this commit, hitting `^C` would not have any effect, as `sleep`
does not explicitly register a signal handler for `SIGINT`. With this
commit, `guix home container` forwards the signal to `sleep`, which
then exits.
* guix/scripts/home.scm (spawn-home-container): Instruct
`eval/container` to not run our child directly as pid 1 in the spawned
container, as it may not expect to run as an init process.
Change-Id: Ib997a0386d0851978d197fbd2dfb139141d13065
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
Merges: #8051
2026-04-27 10:03:05 +02:00
..
2026-04-15 23:10:25 +02:00
2026-04-02 07:37:05 +02:00
2026-04-12 23:15:27 +02:00
2025-01-25 01:05:22 +08:00
2026-04-27 10:03:05 +02:00
2025-10-06 10:30:33 +02:00
2026-04-10 14:55:04 +09:00
2026-03-24 14:21:49 +01:00
2025-09-04 12:19:55 +02:00
2025-09-18 13:44:12 +09:00
2025-04-14 17:31:49 +02:00
2026-04-10 14:46:59 +09:00
2024-07-23 16:24:38 +02:00
2025-08-06 12:02:52 +03:00
2025-10-06 10:40:13 +02:00
2025-10-01 10:30:00 +02:00
2026-03-20 22:43:28 +01:00
2026-01-25 21:17:44 +01:00
2025-12-07 21:59:52 +01:00
2024-04-15 22:36:42 +02:00
2025-12-07 22:11:45 +01:00
2026-04-10 11:55:35 +03:00
2025-10-30 16:19:49 +09:00
2026-04-15 23:10:25 +02:00
2026-03-29 22:11:38 +02:00
2026-04-10 14:46:59 +09:00
2026-02-26 09:59:20 +09:00
2026-01-13 12:22:52 +09:00
2025-12-03 14:38:09 +09:00
2026-03-29 22:15:30 +02:00
2026-01-14 09:16:46 +01:00
2025-10-30 16:19:49 +09:00
2025-11-27 13:03:52 +01:00
2026-04-17 03:07:05 +08:00
2025-11-27 14:22:24 +01:00
2026-01-28 17:44:57 +00:00
2026-03-02 09:37:15 +00:00
2025-04-19 21:13:21 +09:00
2026-01-25 21:25:47 +01:00
2026-04-09 11:38:27 +03:00
2025-09-18 13:44:12 +09:00
2024-07-18 17:31:19 +02:00
2025-12-19 00:05:43 +01:00
2025-03-05 00:28:49 +01:00
2024-04-15 22:36:42 +02:00
2026-04-10 14:46:59 +09:00
2026-01-14 09:16:46 +01:00
2025-07-16 23:50:38 +02:00
2026-01-25 21:17:44 +01:00
2026-04-12 23:15:28 +02:00
2026-03-10 22:53:55 +01:00
2026-03-29 22:32:57 +02:00
2026-01-27 12:58:18 +01:00
2026-03-14 16:07:34 +01:00
2025-09-18 13:44:12 +09:00
2024-04-15 22:36:42 +02:00
2025-09-18 13:44:12 +09:00
2026-02-24 09:17:45 +09:00
2026-01-29 11:50:35 +01:00
2026-01-09 15:22:44 +01:00
2025-09-18 13:44:12 +09:00
2026-03-11 15:31:04 +00:00
2026-01-28 17:44:57 +00:00
2026-04-07 13:26:20 +02:00
2025-07-17 16:41:28 +02:00
2025-10-17 12:23:54 +02:00
2026-01-29 13:51:06 +09:00
2026-03-29 22:11:38 +02:00
2026-04-12 23:15:27 +02:00
2026-02-20 22:34:56 +01:00