linda kateley wrote: > Is there some way in a manifest or some other way to pin a service to a > project or set rctl values in a manifest?
See the project and resource_pool values defined in smf_method(5). You specify that in the service manifest. You can set this in the repository using svccfg to create the start/project property for the service. For example if you have a project called 'web' and you want to put the Apache server into it. $ svccfg -s apache2 setprop start/project = astring: "web" -- Darren J Moffat