--- a/components/lighttpd/Solaris/http-lighttpd14.xml Wed Jun 25 00:57:56 2014 -0700
+++ b/components/lighttpd/Solaris/http-lighttpd14.xml Mon Jun 23 07:12:03 2014 -0700
@@ -22,7 +22,7 @@
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<!--
- Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.
-->
<service_bundle type='manifest' name='SUNWlighttpd14r:lighttpd'>
@@ -76,15 +76,14 @@
<exec_method
type='method'
name='start'
- exec='/lib/svc/method/http-lighttpd14 start'
+ exec='/usr/lighttpd/1.4/sbin/lighttpd -f /etc/lighttpd/1.4/lighttpd.conf'
timeout_seconds='60'>
- <method_context />
</exec_method>
<exec_method
type='method'
name='stop'
- exec='/lib/svc/method/http-lighttpd14 stop'
+ exec=':kill'
timeout_seconds='60'>
<method_context />
</exec_method>
@@ -92,9 +91,8 @@
<exec_method
type='method'
name='refresh'
- exec='/lib/svc/method/http-lighttpd14 refresh'
+ exec=':kill -HUP'
timeout_seconds='60'>
- <method_context />
</exec_method>
<property_group name='httpd' type='application'>