systemd

System and Service Manager

https://www.freedesktop.org/wiki/Software/systemd/

昨今のLinuxのinit(最初に起動するプログラム)としてほぼデファクトになっているソフトウェア。

Configuration

systemd.unit

https://www.freedesktop.org/software/systemd/man/systemd.unit.html

Template Unit Files

コマンドとかほぼ同じなんだけど、パラメータの異なるServiceを複数動かしたいようなときに使う。

参考:

systemctl

CLI

https://www.freedesktop.org/software/systemd/man/systemctl.html

daemon-reload

https://www.freedesktop.org/software/systemd/man/systemctl.html#daemon-reload

configと全unit fileを再読込みする。

systemctl daemon-reload

journalctl

Query the systemd journal