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`
`journald` is a program that comes as default with [systemd](systemd.md). `journald` is a program that comes as default with [systemd](systemd.md). It is
It is a service fror collecting and storing system-level log data. I keeps a a service for collecting and storing system-level log data. I keeps a track of
track of all [kernel](The_Kernel.md) processes. It is all [kernel](The_Kernel.md) processes. It is invaluable when tracing the source
invaluable when tracing the source of problems and errors that may arise on the of problems and errors that may arise on the system level. It keeps a track of
system level. It keeps a track of all kernal processes. all kernal processes.
![](/img/journald.png) ![](/img/journald.png)