Djeezus wrote:
> Hy all,
>
> i get a "exited with status 5" for a custom script which I put in 
> manifest xml.  The service does start up correctly, and this service 
> is a dependency in another service, which doesn't start because of the 
> svc exit status code 5 ...
>
> How can I make the service exit status behave like it's supposed to ?
>
> grtz,
> gert
>
>   
If the service starts up correctly, smf expects 0 for the exit code, 
SMF_EXIT_OK defined in libscf.h

Hope that helps,
tony

Reply via email to