1 <?xml version="1.0"?> 2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> 3 <!-- 4 Copyright 2009 Sun Microsystems, Inc. All rights reserved. 5 Use is subject to license terms. 6 7 ident "@(#)conmand.xml 1.2 09/06/09 SMI" 8 9 NOTE: This service manifest is not editable; its contents will 10 be overwritten by package or patch operations, including 11 operating system upgrade. Make customizations in a different 12 file. 13 14 Service manifest for conmand(d). 15 --> 16 17 <service_bundle type='manifest' name='SUNWconmanr:conmand'> 18 19 <service 20 name='system/conmand' 21 type='service' 22 version='1'> 23 24 <create_default_instance enabled='false' /> 25 26 <single_instance /> 27 28 <dependency 29 name='usr' 30 grouping='require_all' 31 restart_on='none' 32 type='service'> 33 <service_fmri value='svc:/system/filesystem/minimal' /> 34 </dependency> 35 36 <exec_method 37 type='method' 38 name='start' 39 exec='/lib/svc/method/svc-conmand' 40 timeout_seconds='60' /> 41 <exec_method 42 type='method' 43 name='stop' 44 exec='/lib/svc/method/svc-conmand' 45 timeout_seconds='60' /> 46 47 <property_group name='startd' type='framework'> 48 <propval name='duration' type='astring' value='transient' /> 49 </property_group> 50 51 <stability value='Unstable' /> 52 <template> 53 <common_name> 54 <loctext xml:lang='C'> 55 console monitoring 56 </loctext> 57 </common_name> 58 59 <documentation> 60 <manpage 61 title='conmand' 62 section='1M' 63 manpath='/usr/share/man' /> 64 </documentation> 65 </template> 66 </service> 67 68 </service_bundle> 69 70