RHEL 10 must enable the systemd-journald service.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-281096SRG-OS-000269-GPOS-00103RHEL-10-500000SV-281096r1165643_rule2026-03-111

Description

In the event of a system failure, RHEL 10 must preserve any information necessary to determine cause of failure and return to operations with least disruption to system processes.

ℹ️ Check

Verify RHEL 10 enables the systemd-journald service with the following command: $ systemctl is-active systemd-journald active If the systemd-journald service is not active, this is a finding.

✔️ Fix

Configure RHEL 10 to enable the systemd-journald service. To enable the systemd-journald service, run the following command: $ sudo systemctl enable --now systemd-journald