Merge pull request #1569 from nser77/nser77-patch-2

Fix for issue #1566.
This commit is contained in:
Michael Boelen 2025-01-29 14:23:50 +01:00 committed by GitHub
commit e9fc2794eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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