dtfscript: More verbose logging in prestart()

This commit is contained in:
Salt 2018-09-27 20:03:35 -05:00
parent 1805a3f3ae
commit e6b9abd2cf

View File

@ -24,7 +24,7 @@ function prestart() {
return 1
fi
if ! which $service_process > /dev/null 2>&1; then
svc_log "Could not find process"
svc_log "Could not find associated binary: \"${service_process}\""
return 1
fi
return 0