Rev 3143 |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
| Rev 3143 |
Rev 3152 |
| Line 1... |
Line 1... |
| 1 |
#!/bin/bash
|
1 |
#!/bin/bash
|
| 2 |
|
2 |
|
| 3 |
MAVEN_REPO="${HOME}/.m2/repository"
|
3 |
MAVEN_REPO="${HOME}/.m2/repository"
|
| 4 |
LOGDIR="${HOME}/code/trunk/runutils"
|
4 |
LOGDIR="/var/log/services"
|
| 5 |
|
5 |
|
| 6 |
/opt/apache-maven-3.0.3/bin/mvn -f /root/code/trunk/CRMService/pom.xml exec:java -Dexec.mainClass="in.shop2020.crm.service.CRMServer" >> ${LOGDIR}/crm.java.log 2>&1 &
|
6 |
/opt/apache-maven-3.0.3/bin/mvn -f /root/code/trunk/CRMService/pom.xml exec:java -Dexec.mainClass="in.shop2020.crm.service.CRMServer" >> ${LOGDIR}/crm-service.log 2>&1 &
|