components/isc-dhcp/isc-dhcp-relay.xml
changeset 1915 c02f96475fe6
parent 280 c0dae1e3ca2f
equal deleted inserted replaced
1914:00e8dbcb9b1e 1915:c02f96475fe6
    26 	file.
    26 	file.
    27 
    27 
    28 	Service manifest for the ISC DHCP Relay service.
    28 	Service manifest for the ISC DHCP Relay service.
    29 -->
    29 -->
    30 <!--
    30 <!--
    31     Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    31     Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    32 -->
    32 -->
    33 <service_bundle type='manifest' name='isc-dhcp:relay'>
    33 <service_bundle type='manifest' name='isc-dhcp:relay'>
    34 
    34 
    35 <service name='network/dhcp/relay' type='service' version='1'>
    35 <service name='network/dhcp/relay' type='service' version='1'>
    36 
    36 
    67 	</exec_method>
    67 	</exec_method>
    68 
    68 
    69 	<exec_method type='method' name='stop' exec=':kill' 
    69 	<exec_method type='method' name='stop' exec=':kill' 
    70 		timeout_seconds='60'/>
    70 		timeout_seconds='60'/>
    71 
    71 
    72 	<exec_method type='method' name='refresh' exec=':kill -HUP' 
    72 	<exec_method type='method' name='refresh' exec=':true' 
    73 		timeout_seconds='60'/>
    73 		timeout_seconds='60'/>
    74 
    74 
    75 	<property_group name='firewall_context' type='com.sun,fw_definition'>
    75 	<property_group name='firewall_context' type='com.sun,fw_definition'>
    76 		<propval name='name' type='astring' value='bootps'/>
    76 		<propval name='name' type='astring' value='bootps'/>
    77 	</property_group>
    77 	</property_group>