6.1.2.1.3 Ensure systemd-journal-upload is enabled and active
Audit
Run the following command to verify systemd-journal-upload is enabled.
# systemctl is-enabled systemd-journal-upload.service
enabled
Run the following command to verify systemd-journal-upload is active:
# systemctl is-active systemd-journal-upload.service
active
Run the following commands to unmask, enable and start systemd-journal-upload:
# systemctl unmask systemd-journal-upload.service
# systemctl --now enable systemd-journal-upload.service