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

