Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 4.2.2.1 Ensure syslog-ng service is enabled (Scored) ====== =====Profile Applicability===== <code> Level 1 - Server Level 1 - Workstation </code> =====Description===== Once the ''syslog-ng'' package is installed it needs to be activated. =====Rationale===== If the ''syslog-ng'' service is not activated the system may default to the ''syslogd'' service or lack logging instead. =====Audit===== Run the following command to verify ''syslog-ng'' is enabled: <Code:bash> # systemctl is-enabled syslog-ng enabled </Code> Verify result is "enabled". =====Remediation===== Run the following command to enable ''syslog-ng'': <Code:bash> # update-rc.d syslog-ng enable </Code> ubuntu1604/4/2/2/1.txt Last modified: 2017/05/03 00:49by 127.0.0.1