My script is...
return=$rc_done
case "$1" in
start)
. /etc/profile.d/javaprof.sh
#JAVA_HOME=.....
nohup /usr/local/jakarta/tomcat/bin/startup.sh &
;;
...working fine.
nohup is right command :)
WBR, Sergey
My script is...
return=$rc_done
case "$1" in
start)
. /etc/profile.d/javaprof.sh
#JAVA_HOME=.....
nohup /usr/local/jakarta/tomcat/bin/startup.sh &
;;
...working fine.
nohup is right command :)
WBR, Sergey