[Migrated content. Thread originally posted on 10 December 2009]
Hello everyone,here's my problem:
I've AcuRcl that launches (using SERVER_RUNTIME cfg variable) a shell script that does some things (mainly sets some env variable and its exports) and than starts runcbl.
Now if I send an acurcl -kill -p nnnn where nnnn=PID of runcbl I've no effect, and this is an expected behaviour 'cos runcbl is child of shell script, but if nnnn=PID of shell script than script shut down but runcbl still lives and I've to use a kill -9 xxxx where xxxx=PID of runcbl to shut it down.
Has anyone any suggestion to for change script to recieve acurcl -kill signal and pass down to runcbl and close it cleanly?
Thanks in Advance Gio



