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