4.2.1.1 Ensure rsyslog Service is enabled (Scored)

Level 1 - Server 
Level 1 - Workstation

Once the rsyslog package is installed it needs to be activated.

If the rsyslog service is not activated the system may default to the syslogd service or lack logging instead.

Run the following command to verify rsyslog is enabled:

# systemctl is-enabled rsyslog 
enabled

Verify result is “enabled”.

Run the following command to enable rsyslog:

# systemctl enable rsyslog
  • ubuntu1604/4/2/1/1.txt
  • Last modified: 2017/05/03 00:16
  • by 127.0.0.1