14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync<?xml version='1.0'?>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync<!--
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync Solaris SMF service manifest for the VirtualBox Test eXecution Service.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync $Id$
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync Copyright (C) 2010-2014 Oracle Corporation
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync This file is part of VirtualBox Open Source Edition (OSE), as
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync available from http://www.virtualbox.org. This file is free software;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync you can redistribute it and/or modify it under the terms of the GNU
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync General Public License (GPL) as published by the Free Software
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync Foundation, in version 2 as it comes in the "COPYING" file of the
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync The contents of this file may alternatively be used under the terms
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync of the Common Development and Distribution License Version 1.0
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync (CDDL) only, as it comes in the "COPYING.CDDL" file of the
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync VirtualBox OSE distribution, in which case the provisions of the
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync CDDL are applicable instead of those of the GPL.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync You may elect to license modified versions of this file under the
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync terms and conditions of either the GPL or the CDDL or both.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync-->
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync<service_bundle type='manifest' name='export'>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync<service name='system/virtualbox/vboxtxs' type='service' version='1'>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <create_default_instance enabled='false' />
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <single_instance/>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <!-- Wait for the network to start up -->
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency name='milestone-network' grouping='require_all' restart_on='none' type='service'>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <service_fmri value='svc:/milestone/network:default' />
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <!-- Wait for devices to be initialized as we depend on vboxguest (PCI) -->
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency name='milestone-devices' grouping='require_all' restart_on='none' type='service'>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <service_fmri value='svc:/milestone/devices:default' />
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <!-- We wish to be started as late as possible... so go crazy with deps. -->
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency name='multi-user' grouping='require_all' restart_on='none' type='service'>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <service_fmri value='svc:/milestone/multi-user:default' />
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency name='multi-user-server' grouping='require_all' restart_on='none' type='service'>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <service_fmri value='svc:/milestone/multi-user-server:default' />
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency name='filesystem-local' grouping='require_all' restart_on='none' type='service'>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <service_fmri value='svc:/system/filesystem/local:default' />
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency name='filesystem-autofs' grouping='require_all' restart_on='none' type='service'>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <service_fmri value='svc:/system/filesystem/autofs:default' />
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency name='filesystem-volfs' grouping='require_all' restart_on='none' type='service'>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <service_fmri value='svc:/system/filesystem/volfs:default' />
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <!-- start + stop methods -->
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <exec_method type='method' name='start' exec='/opt/VBoxTest/testsuite/solaris/vboxtxs.sh' timeout_seconds='30' />
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <exec_method type='method' name='stop' exec=':kill' timeout_seconds='60' />
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <!-- Description -->
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <template>
<common_name>
<loctext xml:lang='C'>VirtualBox Test eXecution Service</loctext>
</common_name>
</template>
</service>
</service_bundle>