Y
Hacker News
new
|
ask
|
show
|
jobs
by
nailer
4097 days ago
On current Linux distros, you're more likely to use:
journalctl -u service-name -f
-f, --follow Show only the most recent journal entries, and continuously print new entries as they are appended to the journal.
1 comments
barnacs
4097 days ago
I prefer the more expressive
journalctl -fu service-name
link