I need to pass some application-specific properties to a service under control of the SMF inetd restarter. Ideally, I'd like to construct my <exec_method> exec attribute using these properties, from a group that I might have defined like:
<property_group name ='myInetdApp' type='application'> <stability value='Evolving' /> <propval name='flavor' type='astring' value='bubblegum' /> </property_group> I'd like to use something like the method tokens mentioned in smf_method(5) but as it mentions there, method tokens are not available for the inetd restarter. Any best practices in this area? Thanks, Peter