6.1.3.2 Ensure rsyslog service is enabled and active
Information
Once the rsyslog package is installed, ensure that the service is enabled. If the rsyslog service is not enabled to start on boot, the system will not capture logging events.
Solution
- IF - rsyslog is being used for logging on the system: Run the following commands to unmask, enable, and start rsyslog.service : # systemctl unmask rsyslog.service # systemctl enable rsyslog.service # systemctl start rsyslog.service