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