This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Komal Thareja
committed
Apr 26, 2019
1 parent
a66aa0e
commit 8c146fd
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
#set -x | ||
IMGPROXY_PATH=/opt/imageproxy | ||
AXIS2_HOME=/opt/imageproxy/axis2 | ||
JAVA_HOME=/usr/java/latest | ||
|
||
pushd $IMGPROXY_PATH | ||
nohup su geni-orca -c "export JAVA_HOME=${JAVA_HOME}; export AXIS2_HOME=${AXIS2_HOME}; ./axis2/bin/axis2server.sh" > logs/axis2server.log & | ||
popd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/bash | ||
pkill -f imageproxy |