How do I use journalctl from the root account to tail logs of a service running as a user ? I am using #podman #quadlets to manage containers using #systemd btw
Doing this:
journalctl --user --machine=containeruser@ -xeu helloworld.service
Gives me this error:
Failed to open root directory of machine 'containeruser@': No machine 'containeruser@' known
Failed to open journal: No such device or address
help!?