| Current File : //lib/svc/manifest/system/picl.xml |
<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<!--
Copyright (c) 2004, 2014, Oracle and/or its affiliates. All rights reserved.
NOTE: This service manifest is not editable; its contents will
be overwritten by package or patch operations, including
operating system upgrade. Make customizations in a different
file.
-->
<service_bundle type='manifest' name='SUNWpiclr:picld'>
<service
name='system/picl'
type='service'
version='1'>
<create_default_instance enabled='false' />
<single_instance />
<dependency
name='usr'
type='service'
grouping='require_all'
restart_on='none'>
<service_fmri value='svc:/system/filesystem/minimal' />
<service_fmri value='svc:/system/sysevent' />
</dependency>
<dependency
name='nodename'
grouping='require_all'
restart_on='none'
type='service'>
<service_fmri value='svc:/system/identity:node' />
</dependency>
<dependency
name='ilomconfig'
grouping='optional_all'
restart_on='none'
type='service'>
<service_fmri value='svc:/network/ilomconfig-interconnect' />
</dependency>
<dependent
name='picl_single-user'
grouping='optional_all'
restart_on='none'>
<service_fmri value='svc:/milestone/single-user' />
</dependent>
<exec_method
type='method'
name='refresh'
exec=':kill -1'
timeout_seconds='60' />
<exec_method
type='method'
name='start'
exec='/usr/lib/picl/picld'
timeout_seconds='60' />
<exec_method
type='method'
name='stop'
exec=':kill'
timeout_seconds='60' />
<stability value='Unstable' />
<template>
<common_name>
<loctext xml:lang='C'>
platform information and control
</loctext>
</common_name>
<documentation>
<manpage title='picld' section='1M' manpath='/usr/share/man' />
<manpage title='prtpicl' section='1M' manpath='/usr/share/man' />
</documentation>
</template>
</service>
</service_bundle>