mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Adding OpenRC to boot services detection
This commit is contained in:
parent
7867759750
commit
cd632059e0
1 changed files with 3 additions and 0 deletions
|
|
@ -112,6 +112,9 @@
|
|||
runit)
|
||||
SERVICE_MANAGER="runit"
|
||||
;;
|
||||
openrc-init)
|
||||
SERVICE_MANAGER="openrc"
|
||||
;;
|
||||
*)
|
||||
CONTAINS_SYSTEMD=$(echo ${SHORTNAME} | ${GREPBINARY} "systemd")
|
||||
if [ -n "${CONTAINS_SYSTEMD}" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue