On Wed, Sep 13, 2006 at 01:56:26PM -0700, Michael Watz wrote: > <exec_method > type='method' > name='start' > exec='/usr/openwin/bin/twm -display :0 -v' ^
svc.startd was expecting the start method to return within 60 seconds (you'r timeout value), and since it didn't, svc.startd killed it. You want to start the twm program in the background. If it has an option for this, use it, else write a script that runs twm in the background. Nico --