6102N/A<?xml version="1.0" ?>
6102N/A<!DOCTYPE service_bundle
6102N/A SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
6102N/A<!--
6102N/A Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
6102N/A
6102N/A NOTE: This service manifest is not editable; its contents will
6102N/A be overwritten by package or patch operations, including
6102N/A operating system upgrade. Make customizations in a different
6102N/A file.
6102N/A-->
6102N/A
6102N/A<service_bundle type='manifest' name='ocsp'>
6102N/A
6102N/A<service
6102N/A name='application/security/ocsp'
6102N/A type='service'
6102N/A version='1'>
6102N/A
6102N/A <create_default_instance enabled='false' />
6102N/A
6102N/A <single_instance/>
6102N/A
6102N/A <!-- Wait for network interfaces to be initialized. -->
6102N/A <dependency
6102N/A name='network'
6102N/A grouping='require_all'
6102N/A restart_on='none'
6102N/A type='service'>
6102N/A <service_fmri value='svc:/milestone/network:default'/>
6102N/A </dependency>
6102N/A
6102N/A <!-- Wait for all local filesystems to be mounted. -->
6102N/A <dependency
6102N/A name='filesystem-local'
6102N/A grouping='require_all'
6102N/A restart_on='none'
6102N/A type='service'>
6102N/A <service_fmri value='svc:/system/filesystem/local'/>
6102N/A </dependency>
6102N/A
6102N/A <exec_method
6102N/A type="method"
6102N/A name="start"
6102N/A exec='/lib/svc/method/svc-ocspd start'
6102N/A timeout_seconds="60">
6102N/A </exec_method>
6102N/A
6102N/A <exec_method
6102N/A type="method"
6102N/A name="stop"
6102N/A exec=":kill"
6102N/A timeout_seconds="60">
6102N/A </exec_method>
6102N/A
6102N/A <exec_method
6102N/A type='method'
6102N/A name='restart'
6102N/A exec='/lib/svc/method/svc-ocspd restart'
6102N/A timeout_seconds='60'>
6102N/A </exec_method>
6102N/A
6102N/A <stability value='Unstable' />
6102N/A
6102N/A <template>
6102N/A <common_name>
6102N/A <loctext xml:lang='C'>OCSP responder</loctext>
6102N/A </common_name>
6102N/A <documentation>
6102N/A <manpage
6102N/A title='ocspd'
6102N/A section='3'
6102N/A manpath='/usr/share/man'/>
6102N/A </documentation>
6102N/A </template>
6102N/A</service>
6102N/A
6102N/A</service_bundle>