diff --git a/include/tests_boot_services b/include/tests_boot_services index f5c86197..d4ac6653 100644 --- a/include/tests_boot_services +++ b/include/tests_boot_services @@ -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"