Containers

UID(s), GID(s), and systemd

October 28, 2021
Containers
Systemd, Podman

Recently was fiddling more with systemd+podman deployments and was wondering why I didn’t get output when running journalctl --user. This had been bothering me for a long time. I’d open another shell up and watch the journal as root on a system when I was trying to debug a “daemonized rootless-as-non-root” deployment. The goal of putting all context for an application deployment into a user slice was mired with a need to watch the root journal… ...