|
|
|
|
|
by majewsky
3446 days ago
|
|
> someting that systemd should totally steal and pack into journalctl, like "systemctl logs sshd" shows it in real-time, an alias to the obnoxiously verbose "journalctl -u sshd -f" $ cat >> ~/.bashrc
alias logs="journalctl -f -u"
|
|