Autosave: 2024-03-29 18:50:04

This commit is contained in:
thomasabishop 2024-03-29 18:50:04 +00:00
parent 66fd409c2b
commit 7995f35808

View file

@ -4,11 +4,11 @@ tags: [systems-programming]
# `journald`
`journald` is a program that comes as default with [systemd](systemd.md).
It is a service fror collecting and storing system-level log data. I keeps a
track of all [kernel](The_Kernel.md) processes. It is
invaluable when tracing the source of problems and errors that may arise on the
system level. It keeps a track of all kernal processes.
`journald` is a program that comes as default with [systemd](systemd.md). It is
a service for collecting and storing system-level log data. I keeps a track of
all [kernel](The_Kernel.md) processes. It is invaluable when tracing the source
of problems and errors that may arise on the system level. It keeps a track of
all kernal processes.
![](/img/journald.png)