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>2021-11-18 13:06:14 +0300
committerGitHub <noreply@github.com>2021-11-18 13:06:14 +0300
commit7674a08ab8ded581e612ae715cbc70975538ec0d (patch)
tree36880610f73a36f2dfaaa141e31a7b714a6f189b /include
parent5f113f5699211fb6106c37443bf76d60e7811a1f (diff)
parent36994847123d0809863f3f75ca8e1618c639665b (diff)
Merge pull request #1202 from digitalcheetah/openrc
Adding OpenRC to boot service test
Diffstat (limited to 'include')
-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