~ubuntu-branches/ubuntu/utopic/gridengine/utopic

« back to all changes in this revision

Viewing changes to source/dist/util/sgeSMF/shadowd_template.xml

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2008-06-25 22:36:13 UTC
  • Revision ID: james.westby@ubuntu.com-20080625223613-tvd9xlhuoct9kyhm
Tags: upstream-6.2~beta2
ImportĀ upstreamĀ versionĀ 6.2~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
 
3
<!--
 
4
/*___INFO__MARK_BEGIN__*/
 
5
/*************************************************************************
 
6
 * 
 
7
 *  The Contents of this file are made available subject to the terms of
 
8
 *  the Sun Industry Standards Source License Version 1.2
 
9
 * 
 
10
 *  Sun Microsystems Inc., March, 2001
 
11
 * 
 
12
 * 
 
13
 *  Sun Industry Standards Source License Version 1.2
 
14
 *  =================================================
 
15
 *  The contents of this file are subject to the Sun Industry Standards
 
16
 *  Source License Version 1.2 (the "License"); You may not use this file
 
17
 *  except in compliance with the License. You may obtain a copy of the
 
18
 *  License at http://gridengine.sunsource.net/Gridengine_SISSL_license.html
 
19
 * 
 
20
 *  Software provided under this License is provided on an "AS IS" basis,
 
21
 *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
 
22
 *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
 
23
 *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
 
24
 *  See the License for the specific provisions governing your rights and
 
25
 *  obligations concerning the Software.
 
26
 * 
 
27
 *   The Initial Developer of the Original Code is: Sun Microsystems, Inc.
 
28
 * 
 
29
 *   Copyright: 2001 by Sun Microsystems, Inc.
 
30
 * 
 
31
 *   All Rights Reserved.
 
32
 * 
 
33
 ************************************************************************/
 
34
/*___INFO__MARK_END__*/
 
35
 
 
36
NOTE:  This service manifest is not editable. Make customizations in a different 
 
37
       file.
 
38
-->
 
39
 
 
40
<service_bundle type='manifest' name='sge:shadowd'>
 
41
 
 
42
<service
 
43
        name='application/sge/shadowd'
 
44
        type='service'
 
45
        version='1'>
 
46
                     
 
47
        <dependency name='network' grouping='require_all' restart_on='none' type='service'>
 
48
                <service_fmri value='svc:/milestone/network' />
 
49
        </dependency>
 
50
 
 
51
        <dependency name='fs-autofs' grouping='optional_all' restart_on='none' type='service'>
 
52
                <service_fmri value='svc:/system/filesystem/autofs' />
 
53
        </dependency>
 
54
        
 
55
        <instance name='@@@CLUSTER_NAME@@@' enabled='false'>     
 
56
           <exec_method type='method'
 
57
                name='start'
 
58
                exec='@@@SGE_ROOT@@@/@@@SGE_CELL@@@/common/sgemaster -shadowd %m'
 
59
                timeout_seconds='30'>
 
60
                <method_context>
 
61
                   <method_environment>
 
62
                      <envvar name='SGE_ROOT' value='@@@SGE_ROOT@@@'/>
 
63
                      <envvar name='SGE_CELL' value='@@@SGE_CELL@@@'/>
 
64
                      <envvar name='SGE_QMASTER_PORT' value='@@@SGE_QMASTER_PORT@@@'/>
 
65
                   </method_environment>
 
66
                </method_context>
 
67
           </exec_method>
 
68
 
 
69
           <exec_method type='method'
 
70
                name='stop'
 
71
                exec=':kill'
 
72
                timeout_seconds='60'>
 
73
           </exec_method>
 
74
 
 
75
           <property_group name='startd' type='framework'>
 
76
                <!-- sub-process core dumps should restart service -->
 
77
                <propval name='ignore_error'
 
78
                    type='astring' value='signal' />
 
79
           </property_group>
 
80
        </instance>
 
81
 
 
82
        <stability value='Unstable' />
 
83
 
 
84
        <template>
 
85
                <common_name>
 
86
                        <loctext xml:lang='C'>
 
87
                        Sun Grid Engine - Shadow master service
 
88
                        </loctext>
 
89
                </common_name>
 
90
                <documentation>
 
91
                        <manpage title='sge_shadowd' section='8M' manpath='@@@SGE_ROOT@@@/man' />
 
92
                </documentation>
 
93
        </template>
 
94
</service>
 
95
</service_bundle>