blob: 07ccbc25a1ecb2ce9e57a2a02d66fcf7b4ab6990 (
plain)
1
2
3
4
5
6
7
|
# If a service is enabled by default it will start at this point
if [ -x /usr/bin/smf_present ] && /usr/bin/smf_present; then
SVCCFG_CHECKHASH=1 \
/usr/sbin/svccfg -v import #MANIFESTS# \
|| true
fi
|