acpihpd.xml revision a31148363f598def767ac48c5d82e1572e44b935
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu<?xml version="1.0"?>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu<!--
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu Copyright (c) 2010, Intel Corporation.
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu All rights reserved.
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu CDDL HEADER START
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu The contents of this file are subject to the terms of the
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu Common Development and Distribution License (the "License").
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu You may not use this file except in compliance with the License.
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu or http://www.opensolaris.org/os/licensing.
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu See the License for the specific language governing permissions
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu and limitations under the License.
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu When distributing Covered Code, include this CDDL HEADER in each
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu If applicable, add the following below this CDDL HEADER, with the
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu fields enclosed by brackets "[]" replaced with your own identifying
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu information: Portions Copyright [yyyy] [name of copyright owner]
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu CDDL HEADER END
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu Note:
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu NOTE: This service manifest is not editable; its contents will
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu be overwritten by package or patch operations, including
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu operating system upgrade. Make customizations in a different
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu file.
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu-->
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu<service_bundle type='manifest' name='SUNWacpihpd:acpihpd'>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu<service
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu name='platform/i86pc/acpihpd'
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu type='service'
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu version='1'>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu <create_default_instance enabled='true' />
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu <single_instance/>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu <!--
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu acpihpd should be started after syseventd is running.
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu -->
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu <dependency
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu name='startup_req'
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu grouping='require_all'
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu restart_on='none'
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu type='service'>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu <service_fmri value='svc:/system/sysevent' />
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu </dependency>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu <exec_method
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu type='method'
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu name='start'
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu exec='/lib/svc/method/svc-acpihpd'
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu timeout_seconds='60' >
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu <method_context>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu <method_credential user='root' group='root'
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu privileges='basic,!proc_info,sys_config,sys_mount,sys_devices' />
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu </method_context>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu </exec_method>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu <exec_method
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu type='method'
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu name='stop'
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu exec=':kill'
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu timeout_seconds='60' >
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu <method_context>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu <method_credential user='root' group='root' />
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu </method_context>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu </exec_method>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu <stability value='Unstable' />
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu <template>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu <common_name>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu <loctext xml:lang='C'>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu Intel ACPI hot-plug daemon
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu </loctext>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu </common_name>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu <documentation>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu <manpage title='acpihpd' section='1M'
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu manpath='/usr/share/man' />
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu </documentation>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu </template>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu</service>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu</service_bundle>
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu