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