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

View File

@ -147,7 +147,7 @@
fi fi
;; ;;
"Solaris") "Solaris")
if [ -n "${ROOTDIR}usr/bin/svcs" ]; then if [ -d "${ROOTDIR}usr/bin/svcs" ]; then
SERVICE_MANAGER="SMF (svcs)" SERVICE_MANAGER="SMF (svcs)"
elif [ -d "${ROOTDIR}etc/init.d" ]; then elif [ -d "${ROOTDIR}etc/init.d" ]; then
SERVICE_MANAGER="SysV Init" SERVICE_MANAGER="SysV Init"