net-snmp.xml revision 5868
0N/A<?xml version="1.0"?>
1879N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
0N/A<!--
0N/A CDDL HEADER START
0N/A
0N/A The contents of this file are subject to the terms of the
0N/A Common Development and Distribution License (the "License").
0N/A You may not use this file except in compliance with the License.
0N/A
0N/A You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0N/A or http://www.opensolaris.org/os/licensing.
0N/A See the License for the specific language governing permissions
0N/A and limitations under the License.
0N/A
0N/A When distributing Covered Code, include this CDDL HEADER in each
0N/A file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A If applicable, add the following below this CDDL HEADER, with the
0N/A fields enclosed by brackets "[]" replaced with your own identifying
1472N/A information: Portions Copyright [yyyy] [name of copyright owner]
1472N/A
1472N/A CDDL HEADER END
0N/A
0N/A Copyright (c) 2009, 2016, Oracle and/or its affiliates. All rights reserved.
0N/A
1934N/A NOTE: This service description is not editable; its contents
1879N/A may be overwritten by package or patch operations, including
1879N/A operating system upgrade. Make customizations in a different
0N/A file.
91N/A
Service manifest for the net-snmp daemon
-->
<service_bundle type='manifest' name='SUNWnet-snmp-core:net-snmp'>
<service
name='application/management/net-snmp'
type='service'
version='1'>
<create_default_instance enabled='false' />
<single_instance />
<dependency
name='multi-user'
grouping='require_all'
restart_on='none'
type='service'>
<service_fmri value='svc:/milestone/multi-user' />
</dependency>
<!-- Need / & /usr filesystems mounted, /var mounted read/write -->
<dependency
name='fs-local'
type='service'
grouping='require_all'
restart_on='none'>
<service_fmri value='svc:/system/filesystem/local' />
</dependency>
<dependency
name='name-services'
grouping='optional_all'
restart_on='none'
type='service'>
<service_fmri value='svc:/milestone/name-services' />
</dependency>
<dependency
name='system-log'
grouping='optional_all'
restart_on='none'
type='service'>
<service_fmri value='svc:/system/system-log' />
</dependency>
<dependency
name='rstat'
grouping='optional_all'
restart_on='none'
type='service'>
<service_fmri value='svc:/network/rpc/rstat' />
</dependency>
<dependency name='cryptosvc'
grouping='require_all'
restart_on='restart'
type='service'>
<service_fmri value='svc:/system/cryptosvc' />
</dependency>
<dependency
name='network'
grouping='require_all'
restart_on='restart'
type='service'>
<service_fmri value='svc:/milestone/network' />
</dependency>
<dependency
name='config-file'
grouping='require_all'
restart_on='refresh'
type='path'>
<service_fmri
value='file://localhost/etc/net-snmp/snmp/snmpd.conf' />
</dependency>
<exec_method
type='method'
name='start'
exec='/lib/svc/method/svc-net-snmp'
timeout_seconds='60'>
</exec_method>
<exec_method
type='method'
name='stop'
exec=':kill'
timeout_seconds='60'>
</exec_method>
<exec_method
type='method'
name='refresh'
exec=':kill -HUP'
timeout_seconds='60'>
</exec_method>
<property_group name='general' type='framework'>
<!-- to start/stop net-snmp -->
<propval name='action_authorization' type='astring'
value='solaris.smf.manage.net-snmp' />
<propval name='value_authorization' type='astring'
value='solaris.smf.manage.net-snmp' />
</property_group>
<stability value='Unstable' />
<template>
<common_name>
<loctext xml:lang='C'>
net-snmp SNMP daemon
</loctext>
</common_name>
<documentation>
<manpage title='snmpd' section='8'
manpath='/usr/share/man/' />
</documentation>
</template>
</service>
</service_bundle>