James Gates wrote: > > I would be happy with a menu item Start PostgreSQL/Stop PostgreSQL and > > it prompts me for the root password - something like gksu. > > The following command (which will prompt you for the root password): > > $ su - root -c "svcadm enavble version_82" > > only needs to be run once, as it permanently enables the PostgreSQL > version 8.2 SMF service (so it is automatically started & stopped at > reboot). Yes. Sometimes, you might want to restart the services. At least you do for apache to turn on/off php debugger or you add modules. > > In terms of ease of use, running the above command once ranks seems > pretty easy to me. > > But now that you've mentioned webstack, I think you are confusing > service types. I don't believe that MySQL that comes with webstack > comes as an SMF service. Maybe they can tell us how managed?
It does. All the webstack is smf driven (apache, Mysql,..) Ludo