Skip to content
Discussion options

You must be logged in to vote

Just found this issue, thanks for all the information. Kinda old but adding 1 more way this can be solved. We can override the vte-spawn scope and add our own entries per VTE docs. So:

$ cat $HOME/.config/systemd/user/vte-spawn-.scope.d/delegate.conf 
[Scope]
Delegate=yes

and systemctl --user daemon-reload, stop all terminals, start a new one, verify

$ systemctl --user show -p Delegate vte-spawn-cc1d2684-231b-4257-970a-b560cd8e9a48.scope 
Delegate=yes

Note that this solution is not specific to podman but applies to anything started from a VTE terminal. Furthermore, it is less restrictive than the default as it transfers control of cgroup resource control partitioning from the systemd us…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@xjvs
Comment options

@giuseppe
Comment options

@xjvs
Comment options

@akosiaris
Comment options

Answer selected by xjvs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants