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>2017-05-08 15:56:39 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-05-08 15:56:39 +0300
commitaec9b57c29c0d2de473fccc820268de9f7db3902 (patch)
tree6aadc89a3a25f8aeb66b5ecf4e039e2d21332e4f /include/tests_boot_services
parent0bc344d0491d1b4bfaef83837fc80f404e19e8c7 (diff)
Changes to BOOT-5104 and HTTP-6716
Diffstat (limited to 'include/tests_boot_services')
-rw-r--r--include/tests_boot_services5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/tests_boot_services b/include/tests_boot_services
index 35b2e460..6705ebf3 100644
--- a/include/tests_boot_services
+++ b/include/tests_boot_services
@@ -121,6 +121,11 @@
SERVICE_MANAGER="bsdrc"
fi
;;
+ "macOS")
+ if [ -x ${ROOTDIR}sbin/launchd ]; then
+ SERVICE_MANAGER="launchd"
+ fi
+ ;;
*)
LogText "Result: unknown service manager"
;;