VirtualBox

source: vbox/trunk/src/VBox/Additions/solaris/Installer/vboxservice.xml@ 24345

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

config file cleanup + small copyright year update

  • Property svn:eol-style set to native
File size: 2.1 KB
Line 
1<?xml version='1.0'?>
2<!--
3# Sun VirtualBox
4# Solaris SMF service manifest for VBoxService (timesync).
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='export'>
23
24<service
25 name='system/virtualbox/vboxservice'
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 vboxguest (PCI) -->
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='/usr/bin/VBoxService'
55 timeout_seconds='30' />
56
57 <exec_method
58 type='method'
59 name='stop'
60 exec=':kill'
61 timeout_seconds='60' />
62
63 <template>
64 <common_name>
65 <loctext xml:lang='C'>VirtualBox Time Synchronize Daemon.</loctext>
66 </common_name>
67 </template>
68</service>
69
70</service_bundle>
71
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