Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2020-03-19 17:32:54 +0300
committerGitHub <noreply@github.com>2020-03-19 17:32:54 +0300
commit51d727d6111888c84dfbda1f50aa873d9a17bbe0 (patch)
tree205da21c9284eb633719f29f82b3e96f7e2a1a16 /include/tests_boot_services
parent00a31c6dbd1b142f5807c5e71997df0a8482acbe (diff)
parent80a67914c3945a36204e998576fbdf81227f502f (diff)
Merge pull request #858 from topimiettinen/fix-enabled-running-processes
Fix logging of running and enabled services
Diffstat (limited to 'include/tests_boot_services')
-rw-r--r--include/tests_boot_services4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_boot_services b/include/tests_boot_services
index bc8ae321..5430a76b 100644
--- a/include/tests_boot_services
+++ b/include/tests_boot_services
@@ -594,7 +594,7 @@
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"
+ LogText "Result: Found ${COUNT} running services"
# Services at boot
LogText "Searching for enabled services (systemctl services only)"
@@ -609,7 +609,7 @@
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"
+ LogText "Result: Found ${COUNT} enabled services"
else