> If you set startd/duration to "transient" in your > manifest, then I don't > think that startd will try to restart your service, > because svc.startd(1M) > says svc.startd will not track processes for the > service.
This is the tag in the service manifest file that creates a transient service. Removing this tag will create a non-transient service. <propval name='duration' type='astring' value='transient' /> As Tom stated, transient services are not monitored by the svc.startd and therefor their processes are not restarted. -- Peter -- This message posted from opensolaris.org