Hi, In the Service Developer Introduction document Section 5 about ignoring faults it says that you can "inform the restarter that certain errors are expected" and there follows an example xml fragment which appears in the cron manifest:
<property_group name='startd' type='framework'> <propval name='ignore_error' type='astring' value='core,signal' /> </property_group> What are the values that startd recognises? That is, what value= options can I put in here? And while I'm here, are there any guidelines/hints as to the "right" uses for property groups and types? I must admit I'm a little confused as to exactly what you do with them. Regards, Greg This message posted from opensolaris.org