Changes between Version 11 and Version 12 of JuergeN/Documentation
- Timestamp:
- 26.08.2011 17:29:46 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JuergeN/Documentation
v11 v12 32 32 Change ''/opt/deepamehta/deepamehta-linux.sh'' to preserve PID from 33 33 {{{ 34 #!/bin/sh 35 cd "$(dirname "$0")" 34 36 java -Dfile.encoding=UTF-8 -Dfelix.system.properties=file:conf/config.properties -jar bin/felix.jar 35 37 }}} 36 38 to 37 39 {{{ 40 #!/bin/sh 41 cd "$(dirname "$0")" 38 42 exec java -Dfile.encoding=UTF-8 -Dfelix.system.properties=file:conf/config.properties -jar bin/felix.jar 39 43 }}}