mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Merge 630769377a into f08cde63d6
This commit is contained in:
commit
3d2e15d245
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue