Linux上のサービスのログを確認したい場合に使うjournalctlコマンド。いざ使う時に使い方を忘れてしまうのでメモ。
$ journalctl -e
$ journalctl -f
$ journalctl -u (サービス名)