Post #3113848
2026-02-25 19:57 UTC
@eternaltyro@mastodon.social playing with this.
looks like
`sudo -u otherUser journalctl -e --user --unit other.service` works, but you have to specify the user
I would have thought niavely that `sudo journalctl -e --user --user-unit other.service` would work, but it doesn't
Replies (1)
-
@eternaltyro@mastodon.social 2026-02-25 22:13
@furicle@mastodon.social yeah, using sudo works but i'm just annoyed that the --machine flag behaves differently on journalctl to systemctl. I guess I'm salty the switches are not intuitive.