Linux journalctl Cheat Sheet/Logs for a user unit

Read logs from the user manager.

Section: Service and Unit Filters

Logs for a user unit

bash
bash
journalctl --user -u myapp.service
Explanation

Used with per-user systemd services.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Service and Unit Filters
Logs for one unit
Show logs for a service unit.
OpenIn sheetbashsame section
Follow service logs
Tail logs for a specific unit.
OpenIn sheetbashsame section
Logs for multiple units
Filter by more than one service.
OpenIn sheetbashsame section
Show journal logs
Print the journal from oldest to newest by default.
OpenIn sheetbash1 tag match
List boots
Show known boot sessions.
OpenIn sheetbash1 tag match
Priority warning and above
Show warnings, errors, and critical logs.
OpenIn sheetbash1 tag match