6131N/A<?xml version="1.0"?>
6131N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
6131N/A<!--
6131N/A Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
6131N/A
6131N/A CDDL HEADER START
6131N/A
6131N/A The contents of this file are subject to the terms of the
6131N/A Common Development and Distribution License (the "License").
6131N/A You may not use this file except in compliance with the License.
6131N/A
6131N/A You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6131N/A or http://www.opensolaris.org/os/licensing.
6131N/A See the License for the specific language governing permissions
6131N/A and limitations under the License.
6131N/A
6131N/A When distributing Covered Code, include this CDDL HEADER in each
6131N/A file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6131N/A If applicable, add the following below this CDDL HEADER, with the
6131N/A fields enclosed by brackets "[]" replaced with your own identifying
6131N/A information: Portions Copyright [yyyy] [name of copyright owner]
6131N/A
6131N/A CDDL HEADER END
6131N/A
6131N/A NOTE: This service manifest is not editable; its contents will
6131N/A be overwritten by package or patch operations, including
6131N/A operating system upgrade. Make customizations in a different
6131N/A file.
6131N/A-->
6131N/A
6131N/A<service_bundle type='manifest' name='pcsc'>
6131N/A
6131N/A<service
6131N/A name='application/security/pcsc'
6131N/A type='service'
6131N/A version='1'>
6131N/A
6131N/A <create_default_instance enabled='false' />
6131N/A <single_instance/>
6131N/A
6131N/A <!-- wait for network interfaces to be initialized -->
6131N/A <dependency
6131N/A name='network'
6131N/A grouping='require_all'
6131N/A restart_on='none'
6131N/A type='service'>
6131N/A <service_fmri value='svc:/milestone/network:default' />
6131N/A </dependency>
6131N/A
6131N/A <!-- need / and /usr filesystems mounted, /var mounted read/write -->
6131N/A <dependency
6131N/A name='filesystem'
6131N/A grouping='require_all'
6131N/A restart_on='none'
6131N/A type='service'>
6131N/A <service_fmri value='svc:/system/filesystem/minimal' />
6131N/A </dependency>
6131N/A
6131N/A <exec_method
6131N/A type='method'
6131N/A name='start'
6131N/A exec='/lib/svc/method/svc-pcscd start'
6131N/A timeout_seconds='60'>
6131N/A <method_context>
6131N/A <method_credential user='root' group='root' />
6131N/A </method_context>
6131N/A </exec_method>
6131N/A
6131N/A <exec_method
6131N/A type='method'
6131N/A name='stop'
6131N/A exec=':kill'
6131N/A timeout_seconds='60'>
6131N/A <method_context>
6131N/A <method_credential user='root' group='root' />
6131N/A </method_context>
6131N/A </exec_method>
6131N/A
6131N/A <exec_method
6131N/A type='method'
6131N/A name='restart'
6131N/A exec='/lib/svc/method/svc-pcscd restart'
6131N/A timeout_seconds='60'>
6131N/A <method_context>
6131N/A <method_credential user='root' group='root' />
6131N/A </method_context>
6131N/A </exec_method>
6131N/A
6131N/A <stability value='Unstable' />
6131N/A
6131N/A <template>
6131N/A <common_name>
6131N/A <loctext xml:lang='C'>
6131N/A PCSC Lite Resource Manager
6131N/A </loctext>
6131N/A </common_name>
6131N/A </template>
6131N/A</service>
6131N/A
6131N/A</service_bundle>