On Thu, Nov 06 2014 13:13:19 +0100, Johan Kragsterman wrote: > Do you mean that I should just change the "transient" to "contract"?
Yes, or you can leave the definition out, since 'contract' is the default. > And the "&" at the end of start/exec like this: > > <exec_method type='method' exec='/usr/bin/vmpfsense.sh' name='start' > timeout_seconds='120' & /> No. <exec_method exec="/usr/bin/vmpfsense.sh &" ... /> or so in XML. You can also set the properties via svccfg without having to much around with XML. -- Lauri Tirkkonen | +358 50 5341376 | lotheac @ IRCnet _______________________________________________ OmniOS-discuss mailing list [email protected] http://lists.omniti.com/mailman/listinfo/omnios-discuss
