components/trousers/tcsd.xml
changeset 1186 447cb9b2ff93
parent 777 e2e604cdbd6a
child 5941 db8aa9865e9f
equal deleted inserted replaced
1185:835ceb24d83b 1186:447cb9b2ff93
    19  fields enclosed by brackets "[]" replaced with your own identifying
    19  fields enclosed by brackets "[]" replaced with your own identifying
    20  information: Portions Copyright [yyyy] [name of copyright owner]
    20  information: Portions Copyright [yyyy] [name of copyright owner]
    21 
    21 
    22  CDDL HEADER END
    22  CDDL HEADER END
    23 
    23 
    24  Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
    24  Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
    25 
    25 
    26         NOTE:  This service manifest is not editable; its contents will
    26         NOTE:  This service manifest is not editable; its contents will
    27         be overwritten by package or patch operations, including
    27         be overwritten by package or patch operations, including
    28         operating system upgrade.  Make customizations in a different
    28         operating system upgrade.  Make customizations in a different
    29         file.
    29         file.
    57 		<service_fmri value='svc:/system/filesystem/minimal' />
    57 		<service_fmri value='svc:/system/filesystem/minimal' />
    58 	</dependency>
    58 	</dependency>
    59 
    59 
    60         <exec_method
    60         <exec_method
    61                 type='method'
    61                 type='method'
    62                 name='stop'
    62                 name='start'
    63                 exec='/lib/svc/method/tcsd.sh stop'
    63                 exec='/lib/svc/method/tcsd.sh start'
    64                 timeout_seconds='60'>
    64                 timeout_seconds='60'>
    65 		<method_context>
    65 		<method_context>
    66 			<method_credential user='root' group='sys' />
    66 			<method_credential user='root' group='sys' />
    67 		</method_context>
    67 		</method_context>
    68 	</exec_method>
    68 	</exec_method>
    69 
    69 
    70         <exec_method
    70         <exec_method
    71                 type='method'
    71                 type='method'
    72                 name='start'
    72                 name='stop'
    73                 exec='/lib/svc/method/tcsd.sh start'
    73                 exec=':kill'
    74                 timeout_seconds='60'>
    74                 timeout_seconds='60'>
    75 		<method_context>
    75 		<method_context>
    76 			<method_credential user='root' group='sys' />
    76 			<method_credential user='root' group='sys' />
    77 		</method_context>
    77 		</method_context>
    78 	</exec_method>
    78 	</exec_method>
    98 	<stability value='Unstable' />
    98 	<stability value='Unstable' />
    99 
    99 
   100 	<template>
   100 	<template>
   101 		<common_name>
   101 		<common_name>
   102 			<loctext xml:lang='C'>
   102 			<loctext xml:lang='C'>
   103 				TCS Daemon
   103 				Trusted Computing Services Daemon
   104 			</loctext>
   104 			</loctext>
   105 		</common_name>
   105 		</common_name>
   106 		<documentation>
   106 		<documentation>
   107 			<manpage title='tcsd' section='8' />
   107 			<manpage title='tcsd' section='8' />
   108 		</documentation>
   108 		</documentation>