components/lighttpd/Solaris/http-lighttpd14.xml
branchs11u1-sru
changeset 3190 44a15b136f48
parent 331 5001b63ddc8a
equal deleted inserted replaced
3189:29f154187658 3190:44a15b136f48
    20 CDDL HEADER END
    20 CDDL HEADER END
    21 -->
    21 -->
    22 
    22 
    23 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
    23 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
    24 <!--
    24 <!--
    25     Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
    25     Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.
    26 -->
    26 -->
    27 
    27 
    28 <service_bundle type='manifest' name='SUNWlighttpd14r:lighttpd'>
    28 <service_bundle type='manifest' name='SUNWlighttpd14r:lighttpd'>
    29 
    29 
    30 <service
    30 <service
    74        </dependency>
    74        </dependency>
    75 
    75 
    76        <exec_method
    76        <exec_method
    77            type='method'
    77            type='method'
    78            name='start'
    78            name='start'
    79            exec='/lib/svc/method/http-lighttpd14 start'
    79            exec='/usr/lighttpd/1.4/sbin/lighttpd -f /etc/lighttpd/1.4/lighttpd.conf'
    80            timeout_seconds='60'>
    80            timeout_seconds='60'>
    81            <method_context />
       
    82       </exec_method>
    81       </exec_method>
    83 
    82 
    84       <exec_method
    83       <exec_method
    85            type='method'
    84            type='method'
    86            name='stop'
    85            name='stop'
    87            exec='/lib/svc/method/http-lighttpd14 stop'
    86            exec=':kill'
    88            timeout_seconds='60'>
    87            timeout_seconds='60'>
    89            <method_context />
    88            <method_context />
    90       </exec_method>
    89       </exec_method>
    91 
    90 
    92        <exec_method
    91        <exec_method
    93            type='method'
    92            type='method'
    94            name='refresh'
    93            name='refresh'
    95            exec='/lib/svc/method/http-lighttpd14 refresh'
    94            exec=':kill -HUP'
    96            timeout_seconds='60'>
    95            timeout_seconds='60'>
    97            <method_context />
       
    98       </exec_method>
    96       </exec_method>
    99 
    97 
   100       <property_group name='httpd' type='application'>
    98       <property_group name='httpd' type='application'>
   101         <stability value='Evolving' />
    99         <stability value='Evolving' />
   102         <propval name='value_authorization' type='astring' value='solaris.smf.value.http/lighttpd14' />
   100         <propval name='value_authorization' type='astring' value='solaris.smf.value.http/lighttpd14' />