5 The contents of this file are subject to the terms of the
6 Common Development and Distribution License (the "License").
7 You may not use this file except in compliance with the License.
9 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 or http://www.opensolaris.org/os/licensing.
11 See the License for the specific language governing permissions
12 and limitations under the License.
14 When distributing Covered Code, include this CDDL HEADER in each
15 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 If applicable, add the following below this CDDL HEADER, with the
17 fields enclosed by brackets "[]" replaced with your own identifying
18 information: Portions Copyright [yyyy] [name of copyright owner]
23 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
25 Copyright 2009 Sun Microsystems, Inc. All rights reserved.
26 Use is subject to license terms.
27 Copyright 2016 Jim Klimov
29 # ident "@(#)ipmidetectd.xml 1.1 09/08/14 SMI"
32 <service_bundle type='manifest' name='SUNWfreeipmir:ipmiseld'>
34 <service name='system/freeipmi/ipmiseld' type='service' version='1'>
37 Configure a default instance for the service since it doesn't
38 require additional configuration intervention before it starts.
40 <create_default_instance enabled='false' />
43 Wait for all local and usr filesystem to be mounted. ipmiseld is
49 grouping='require_all'
51 <service_fmri value='svc:/system/filesystem/local' />
56 grouping='require_all'
60 value='svc:/system/filesystem/usr:default'/>
64 Wait for syslog to be started in order to write system
65 messages from the kernel.
69 grouping='require_all'
73 value='svc:/system/system-log:default'/>
77 Wait for network to be started in order to reach remote hosts.
80 name='network-service'
81 grouping='require_all'
84 <service_fmri value='svc:/network/service' />
88 The ipmiseld start/stop methods.
94 exec='/lib/svc/method/svc-ipmiseld %m'
95 timeout_seconds='60'/>
101 timeout_seconds='60' />
103 <property_group name='startd' type='framework'>
105 Sub-process core dumps and external kill signals are not
106 considered errors, so the service should be restarted.
108 <propval name='ignore_error' type='astring'
109 value='core,signal' />
112 <property_group name='config' type='application' >
113 <propval name='options' type='astring' value='-c /etc/freeipmi/ipmiseld.conf'/>
114 <propval name='bmcdev-required' type='boolean' value='false'/>
115 <propval name='bmcdev' type='astring' value='/dev/ipmi0'/>
116 <!-- Legacy default (with proprietary driver): -->
118 <propval name='bmcdev' type='astring' value='/dev/bmc'/>
122 <stability value='Unstable' />
126 <loctext xml:lang='C'>
127 IPMI SEL syslog logging daemon
131 <manpage title='ipmiseld' section='8'
132 manpath='/usr/share/man' />
133 <manpage title='ipmiseld.conf' section='5'
134 manpath='/usr/share/man' />