Skip to content

4.2.1.1.3 Ensure systemd-journal-remote is enabled

Audit#

Verify systemd-journal-remote is enabled.

Run the following command:

# systemctl is-enabled systemd-journal-upload.service

Verify the output matches:

enabled

Remediation#

Run the following command to enable systemd-journal-remote:

# systemctl --now enable systemd-journal-upload.service