mirror of https://github.com/CISOfy/lynis.git
Update tests_boot_services
This commit is contained in:
parent
3c9b37986a
commit
630769377a
|
@ -147,7 +147,7 @@
|
|||
fi
|
||||
;;
|
||||
"Solaris")
|
||||
if [ -n "${ROOTDIR}usr/bin/svcs" ]; then
|
||||
if [ -d "${ROOTDIR}usr/bin/svcs" ]; then
|
||||
SERVICE_MANAGER="SMF (svcs)"
|
||||
elif [ -d "${ROOTDIR}etc/init.d" ]; then
|
||||
SERVICE_MANAGER="SysV Init"
|
||||
|
|
Loading…
Reference in New Issue