Hacker News new | ask | show | jobs
by AndroidKitKat 1330 days ago
If a process or service is using systemd to start and stop it (e.g. You start it with `systemctl start $SERVICE_NAME), I often do `systemctl status $SERVICE_NAME` to get the service-specific logs. For me, it seems to get the job done much better than journalctl.