Skip to content
Snippets Groups Projects
Commit c3d1e7e6 authored by Andrei Kazarov's avatar Andrei Kazarov
Browse files

fix location

parent cf427366
Branches master
No related tags found
No related merge requests found
Pipeline #859935 passed
......@@ -102,14 +102,14 @@ start () {
${extra_jvm_opts} \
-Dfile.encoding=UTF-8 $jacorbProperties \
-Doracle.net.tns_admin="${TNS_ADMIN}" \
-Dlog4j.configuration=file:${TDAQ_DAQ_ASSISTANT_DIR}/log4j.xml \
-Dlog4j.configuration=file:${TDAQ_DAQ_ASSISTANT_DIR}/etc/log4j.xml \
-Duser.dir="${ASSISTANT_HOME}" \
-classpath ${TDAQ_CLASSPATH} \
ch.cern.tdaq.cassandra.AALMain 1>${logfile}.$$.out 2>${logfile}.$$.err &
pid="$!"
sleep 3
kill -0 $pid \
|| { echo "The Shifter Assistant engine died! Check the logs."; return -1; }
|| { echo "The Shifter Assistant engine died! Check the logs."; return 1; }
# save pid
echo $pid > $PIDFILE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment