Quoth Tom Hintz on Fri, Oct 20, 2006 at 01:54:23PM -0500: > Fumbling around, I see different properties if I select like this: > > platypus# svccfg -s network/uconnd/tcp > svc:/network/uconnd/tcp> listprop > ... > inetd_start/project astring :default > ... > > This I changed to: > > inetd_start/project astring workproj1 > > No change. File descriptors are still limited to 256.
Multiple properties are required for the method context to be considered complete. Instead of using svccfg, add a method_context element to the start method in the service's manifest, and import it. Is this a custom service, or one delivered by a package? David