by
clemens
(11.12.2024)
How to show the journalctl entries for user services and containers on AlmaLinux
tl;dr
On AlamLinux, if you are running a container or service using systemd
, to show its journal entires, you need to use the --user-unit
parameter:
journalctl -e --user-unit my_user_local.service