Replies: 1 comment
-
It seemed to be started by the terminal itself, not relevant to the podman or systemd |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Context
catatonit -P
running in its own user namespace.kill -2 <pid of catatonit>
, another instance of this process starts within few seconds.systemctl --user list-unit-files '*podman*'
), except thepodman-pause-<hash>.scope
unit andpodman-user-wait-network-online.service
static unit. None of the disabled units have any logs of being run.podman ps --all --format=json
. I am guessing that somehow it starts the pause process again.Questions
Beta Was this translation helpful? Give feedback.
All reactions