ext-sources/consolekit.xml
author davelam
Wed, 24 Feb 2010 04:10:23 +0000
branchgnome-2-28
changeset 18642 478b5460cc36
parent 18551 12894c2c8461
child 21682 544fbc71a7cf
permissions -rw-r--r--
add new proto file for b133
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16129
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
     1
<?xml version="1.0"?>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
     2
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
     3
<!--
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
     4
    Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
     5
    Use is subject to license terms.
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
     6
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
     7
    pragma ident	"@(#)server.xml	1.2	04/08/09 SMI"
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
     8
-->
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
     9
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    10
<service_bundle type='manifest' name='SUNWconsolekit:consoleKit'>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    11
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    12
<service
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    13
    name='system/consolekit'
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    14
    type='service'
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    15
    version='1'>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    16
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    17
	<dependency
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    18
	    name='filesystem'
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    19
	    grouping='require_all'
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    20
	    restart_on='none'
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    21
	    type='service'>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    22
		<service_fmri value='svc:/system/filesystem/local'/>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    23
	</dependency>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    24
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    25
        <dependency
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    26
            name='dbus'
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    27
            type='service'
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    28
            grouping='require_all'
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    29
            restart_on='none'>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    30
                <service_fmri value='svc:/system/dbus' />
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    31
        </dependency>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    32
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    33
	<exec_method
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    34
	    type='method'
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    35
	    name='start'
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    36
	    exec='/usr/sbin/console-kit-daemon'
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    37
	    timeout_seconds='60' />
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    38
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    39
	<exec_method
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    40
	    type='method'
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    41
	    name='stop'
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    42
	    exec=':kill'
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    43
	    timeout_seconds='60' />
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    44
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    45
	<instance name='default' enabled='true' />
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    46
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    47
	<stability value='Unstable' />
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    48
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    49
	<template>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    50
		<common_name>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    51
			<loctext xml:lang='C'>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    52
				ConsoleKit
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    53
			</loctext>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    54
		</common_name>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    55
		<documentation>
18551
12894c2c8461 2009-12-22 Brian Cameron <[email protected]>
yippi
parents: 16129
diff changeset
    56
			<manpage title='console-kit-daemon' section='1m'
16129
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    57
				manpath='/usr/share/man' />
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    58
		</documentation>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    59
	</template>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    60
</service>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    61
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    62
</service_bundle>