#!/bin/sh
#
#  Start the Argo server.  We use 'exec' so that when this process
# dies so do all the children.
#
# Steve
# --
# http://www.steve.org.uk/
#


exec perl /usr/share/perl5/Xen/Monitor/Server.pm  $*
