journalctl
Query the systemd journal
https://www.freedesktop.org/wiki/Software/systemd/
昨今のLinuxのinit(最初に起動するプログラム)としてほぼデファクトになっているソフトウェア。
https://www.freedesktop.org/software/systemd/man/systemd.unit.html
コマンドとかほぼ同じなんだけど、パラメータの異なるServiceを複数動かしたいようなときに使う。
参考:
CLI
https://www.freedesktop.org/software/systemd/man/systemctl.html
https://www.freedesktop.org/software/systemd/man/systemctl.html#daemon-reload
configと全unit fileを再読込みする。
systemctl daemon-reload
Query the systemd journal