Skip to content

Commit

Permalink
Updated for Crowd 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques committed Jun 18, 2014
1 parent d33917d commit f5d6629
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions crowd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@
<dependency name='milestone' grouping='require_all' restart_on='none' type='service'>
<service_fmri value='svc:/milestone/sysconfig'/>
</dependency>
<exec_method name='start' type='method' exec='/home/crowd/atlassian-crowd-2.3.1/start_crowd.sh' timeout_seconds='240'>
<method_context working_directory='/home/crowd/atlassian-crowd-2.3.1' project='default'>
<exec_method name='start' type='method' exec='/home/crowd/atlassian-crowd-2.7.2/start_crowd.sh' timeout_seconds='240'>
<method_context working_directory='/home/crowd/atlassian-crowd-2.7.2' project='default'>
<method_credential user='crowd' group='crowd'/>
<method_environment>
<envvar name='PATH' value='/opt/local/bin:/opt/local/sbin:/usr/xpg4/bin:/usr/bin:/usr/sbin:/usr/sfw/bin:/usr/openwin/bin:/opt/SUNWspro/bin:/usr/ccs/bin'/>
<envvar name='JAVA_HOME' value='/opt/java/latest'/>
<envvar name='JDK_HOME' value='/opt/java/latest'/>
<envvar name='JAVA_HOME' value='/opt/local'/>
<envvar name='JDK_HOME' value='/opt/local'/>
</method_environment>
</method_context>
</exec_method>
<exec_method name='stop' type='method' exec='/home/crowd/atlassian-crowd-2.3.1/stop_crowd.sh' timeout_seconds='60'>
<method_context working_directory='/home/crowd/atlassian-crowd-2.3.1' project='default'>
<exec_method name='stop' type='method' exec='/home/crowd/atlassian-crowd-2.7.2/stop_crowd.sh' timeout_seconds='60'>
<method_context working_directory='/home/crowd/atlassian-crowd-2.7.2' project='default'>
<method_credential user='crowd' group='crowd'/>
<method_environment>
<envvar name='PATH' value='/opt/local/bin:/opt/local/sbin:/usr/xpg4/bin:/usr/bin:/usr/sbin:/usr/sfw/bin:/usr/openwin/bin:/opt/SUNWspro/bin:/usr/ccs/bin'/>
<envvar name='JAVA_HOME' value='/opt/java/latest'/>
<envvar name='JDK_HOME' value='/opt/java/latest'/>
<envvar name='JAVA_HOME' value='/opt/local'/>
<envvar name='JDK_HOME' value='/opt/local'/>
</method_environment>
</method_context>
</exec_method>
Expand All @@ -46,4 +46,4 @@
</common_name>
</template>
</service>
</service_bundle>
</service_bundle>

0 comments on commit f5d6629

Please sign in to comment.