You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
podman (as per containers/podman#11316 at least) rewrites LISTEN_PID in socket-activated services to 1. However if using --init with catatonit this is not the right value, it should be 2. Its unclear if podman is responsible for making LISTEN_PID 2, or it catatonit should do the rewrite. However, no matter what podman does, it is safe for catatonit to rewrite LISTEN_PID=1.
The text was updated successfully, but these errors were encountered:
giuseppe
added a commit
to giuseppe/catatonit
that referenced
this issue
Sep 2, 2021
In order to get systemd fd passing let's rewrite the LISTEN_PID
environment variable if it is pointing to catatonit init process.
Closes: openSUSE#13
Signed-off-by: Giuseppe Scrivano <[email protected]>
podman (as per containers/podman#11316 at least) rewrites LISTEN_PID in socket-activated services to 1. However if using --init with catatonit this is not the right value, it should be 2. Its unclear if podman is responsible for making LISTEN_PID 2, or it catatonit should do the rewrite. However, no matter what podman does, it is safe for catatonit to rewrite LISTEN_PID=1.
The text was updated successfully, but these errors were encountered: