Update tests_boot_services

This commit is contained in:
nser77 2024-10-23 21:31:13 +02:00 committed by GitHub
parent 3c9b37986a
commit 630769377a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"