dtfscript: More verbose logging in prestart()
This commit is contained in:
parent
1805a3f3ae
commit
e6b9abd2cf
@ -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
|
||||
|
Reference in New Issue
Block a user