>This is the tag in the service manifest file that creates a transient service. 
>Removing this tag w
ill create a non-transient service.
>    <propval name='duration' type='astring' value='transient' />
>
>As Tom stated, transient services are not monitored by the svc.startd and 
>therefor their processes
 are not restarted.
>

And this doesn't work:


        (       # note: parenthesis
                your script here

        ) &     # note: another one and &

Casper


Reply via email to