Systemd
- 시스템의 최초 프로세스(PID 1)이며, 다른 모든 프로세스의 조상
- 기존 init 시스템을 대체
Log
journalctl -k # kernel
journalctl -u sshd
journalctl -t prometheus
echo "hello world" | logger -it "namjae.kim"
journalctl -k # kernel
journalctl -u sshd
journalctl -t prometheus
echo "hello world" | logger -it "namjae.kim"