From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushik Bhandankar Subject: Starting daemon Date: Sat, 17 Nov 2007 16:02:31 -0500 Message-ID: <473F56E7.7050400@cc.gatech.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org Hello, I have my modified 9P server (running as a daemon) to listen for incoming connections from 'remote' guests. How can I start the server when xend starts ?? Should I invoke it from the SrvDaemon.py:start() ?? -Kaushik