Inspect service logs from the last boot.
Section: Incident Debugging
Service logs previous boot
bash
bash
journalctl -u myapp.service -b -1Explanation
Valuable after a boot-loop or crash.
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 Incident Debugging