mirror of https://github.com/CISOfy/lynis.git
Adjusted logging
This commit is contained in:
parent
abcf438ee1
commit
f3f829c7bc
|
@ -277,7 +277,7 @@
|
|||
report "running_service[]=${I}"
|
||||
N=`expr ${N} + 1`
|
||||
done
|
||||
logtext "Suggestion: Run systemctl --full --type=service to see all services"
|
||||
logtext "Note: Run systemctl --full --type=service to see all services"
|
||||
Display --indent 2 --text "- Check running services (systemctl)" --result "DONE" --color GREEN
|
||||
Display --indent 8 --text "Result: found $N running services"
|
||||
logtext "Result: Found $N enabled services"
|
||||
|
@ -292,7 +292,7 @@
|
|||
report "boot_service[]=${I}"
|
||||
N=`expr ${N} + 1`
|
||||
done
|
||||
logtext "Suggestion: Run systemctl list-unit-files --type=service to see all services"
|
||||
logtext "Note: Run systemctl list-unit-files --type=service to see all services"
|
||||
Display --indent 2 --text "- Check enabled services at boot (systemctl)" --result "DONE" --color GREEN
|
||||
Display --indent 8 --text "Result: found $N enabled services"
|
||||
logtext "Result: Found $N running services"
|
||||
|
|
Loading…
Reference in New Issue