From 7995f358086d1a163e0918fbea0f27ff5888067c Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Fri, 29 Mar 2024 18:50:04 +0000 Subject: [PATCH] Autosave: 2024-03-29 18:50:04 --- zk/journald.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/zk/journald.md b/zk/journald.md index bf62a82..13d4cba 100644 --- a/zk/journald.md +++ b/zk/journald.md @@ -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)