mirror of https://github.com/CISOfy/lynis.git
[BOOT-5177] changed note to a hint
This commit is contained in:
parent
ae0915899e
commit
81f67584cb
|
@ -555,7 +555,7 @@
|
|||
Report "running_service[]=${ITEM}"
|
||||
COUNT=$((COUNT + 1))
|
||||
done
|
||||
LogText "Note: Run systemctl --full --type=service to see all services"
|
||||
LogText "Hint: Run systemctl --full --type=service to see all services"
|
||||
Display --indent 2 --text "- Check running services (systemctl)" --result "${STATUS_DONE}" --color GREEN
|
||||
Display --indent 8 --text "Result: found ${COUNT} running services"
|
||||
LogText "Result: Found ${COUNT} enabled services"
|
||||
|
@ -570,7 +570,7 @@
|
|||
Report "boot_service[]=${ITEM}"
|
||||
COUNT=$((COUNT + 1))
|
||||
done
|
||||
LogText "Note: Run systemctl list-unit-files --type=service to see all services"
|
||||
LogText "Hint: Run systemctl list-unit-files --type=service to see all services"
|
||||
Display --indent 2 --text "- Check enabled services at boot (systemctl)" --result "${STATUS_DONE}" --color GREEN
|
||||
Display --indent 8 --text "Result: found ${COUNT} enabled services"
|
||||
LogText "Result: Found ${COUNT} running services"
|
||||
|
|
Loading…
Reference in New Issue