Rootless - keep running.
When you run rootless containers using Podman there’s often need to set up the system in a way that would allow those to keep running after user logs out.
It’s actually pretty easy - you can do this for example:
loginctl enable-linger username
The main reason I’m writing about it - I always remember about this… but way too often I forget the actual command needed (as I don’t have to set it often).