mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 15:54:09 +02:00
Adding OpenRC to boot services detection
This commit is contained in:
parent
7867759750
commit
cd632059e0
@ -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…
x
Reference in New Issue
Block a user