Commit b8620a2
authored
Enable --init for podman container
We had some issues with signals/killing child processes, which was fixed by running sshd in a loop. However, using /bin/sh as PID1 is not ideal, as it might not reap dead processes or handle signal forwarding, so it's better to use a small init process, as we're running full-fledged long-term environment in a container, and not simple well-known service from the image itself.1 parent 53d431f commit b8620a2
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
85 | | - | |
| 86 | + | |
0 commit comments