Peter, > > Any best practices in this area? > > > > > Peter, > > Token parsing is not available for inetd services and I'll file a bug to > reflect this. However, instead of passing property values, the exec > methods can definitely retrieve them by using svcprop commands in method > scripts. Look at methods in /lib/svc/method for examples of how other > services use svcprop to get property values. Also, make sure you use one > property per option and NOT cram all the options into a single property > value. This requirement is documented in the SMF ARC Policy.
Is this really what your looking for or is it how to pass property values to the start/refresh method? Presuming it's the latter, see smf_method(5) Method Tokens: %{prop[:,]} Value(s) of a property. The prop might be a property FMRI, a property group name and a pro- perty name separated by a /, or a property name in the application property group. These Gary..