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:
Diffstat (limited to 'include/tests_boot_services')
-rw-r--r--include/tests_boot_services3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/tests_boot_services b/include/tests_boot_services
index 42efc80d..4a5fb3df 100644
--- a/include/tests_boot_services
+++ b/include/tests_boot_services
@@ -112,6 +112,9 @@
runit)
SERVICE_MANAGER="runit"
;;
+ openrc-init)
+ SERVICE_MANAGER="openrc"
+ ;;
*)
CONTAINS_SYSTEMD=$(echo ${SHORTNAME} | ${GREPBINARY} "systemd")
if [ -n "${CONTAINS_SYSTEMD}" ]; then