VirtualBox

source: vbox/trunk/src/VBox/Installer/solaris/virtualbox-zoneaccess.xml@ 18265

Last change on this file since 18265 was 18265, checked in by vboxsync, 16 years ago

config file cleanup + small copyright year update

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 2.4 KB
Line 
1<?xml version='1.0'?>
2<!--
3# Sun VirtualBox
4# Solaris SMF service manifest for Solaris Zone Access.
5#
6 Copyright (C) 2008-2009 Sun Microsystems, Inc.
7
8 This file is part of VirtualBox Open Source Edition (OSE), as
9 available from http://www.virtualbox.org. This file is free software;
10 you can redistribute it and/or modify it under the terms of the GNU
11 General Public License (GPL) as published by the Free Software
12 Foundation, in version 2 as it comes in the "COPYING" file of the
13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15
16 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
17 Clara, CA 95054 USA or visit http://www.sun.com if you need
18 additional information or have any questions.
19-->
20<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
21
22<service_bundle type='manifest' name='SUNWvbox:zoneaccess'>
23
24<service
25 name='application/virtualbox/zoneaccess'
26 type='service'
27 version='1'>
28
29 <create_default_instance enabled='false' />
30
31 <single_instance/>
32
33 <!-- Wait for devices to be initialized as we depend on vboxdrv -->
34 <dependency
35 name='milestone'
36 grouping='require_all'
37 restart_on='none'
38 type='service'>
39 <service_fmri value='svc:/milestone/devices:default' />
40 </dependency>
41
42 <!-- Wait for local filesystems to be mounted (just to be safe, don't start too early) -->
43 <dependency
44 name='filesystem-local'
45 grouping='require_all'
46 restart_on='none'
47 type='service'>
48 <service_fmri value='svc:/system/filesystem/local:default' />
49 </dependency>
50
51 <exec_method
52 type='method'
53 name='start'
54 exec='/opt/VirtualBox/VBoxZoneAccess'
55 timeout_seconds='10' >
56 <method_context>
57 <method_credential user='root' group='root' />
58 </method_context>
59 </exec_method>
60
61 <exec_method
62 type='method'
63 name='stop'
64 exec=':kill'
65 timeout_seconds='10' >
66 <method_context>
67 <method_credential user='root' group='root' />
68 </method_context>
69 </exec_method>
70
71 <template>
72 <common_name>
73 <loctext xml:lang='C'>VirtualBox Zone Access Service.</loctext>
74 </common_name>
75 </template>
76</service>
77
78</service_bundle>
79
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette