Hello, We wrote a custom red hat service script (red hat 7.3), put it in /etc/init.d/ and added it using chkconfig. This script fires up a java process which runs one of our applications. The problem is, when the service launchs, somehow it loses the enviorment variable LD_PRELOAD which we set in the service script. We tried making a wrapper sh script that sets and exports the same variable but get the same results. Does anyone know if there is some kind of weird thing about red hat or red hat 7.3 where it would lose this variable? Thanks in advance.
Kevin English
