Tom Dillard wrote: > We would like to set up our applications to be added into SMF, but we don't > want them started; we instead want them enabled following a required reboot,
Hi Tom, Perhaps you can try this. In your manifest (before importation), include this line: <instance name='fooblat' enabled='false'> SMF creates the service and the instance, but leaves it disabled. Boot the box, do whatever is required, then enable this service. It will be enabled on next boot. You don't have to svccfg import, dropping your manifest in and rebooting the box do. CT