Service with master process that itself has capability of restarting childs

In my system there are a few master processes that starts and restarts child processes. I want smf to control those master processes only and leave child processes to be managed by the master processe.

But in the documentation it says about a contract service:

A contract type service is considered to have failed if any of the following conditions occur:

- all processes in the service exit

- any processes in the service coredump

- a process outside the service sends a service process a fatal signal (e.g. an admin pkills a service process)

Is it possible to have a service that smf only sees part of the processes (the master one/ones)?

Thanks

[707 byte] By [lixuejun] at [2007-11-26 8:58:37]
# 1
Take a look at http://www.opensolaris.org/jive/thread.jspa?messageID=46260 .
David_Bustos at 2007-7-6 23:00:39 > top of Java-index,Solaris Operating System,Solaris 10 Features...