Create a script (call it something like 'start_jdls') as follows (assumes the platform is Linux and JBCRELEASEDIR=/opt/jbase5/5.2):
JBCRELEASEDIR=/opt/jbase5/5.2 PATH=$JBCRELEASEDIR/bin:$PATH LD_LIBRARY_PATH=$JBCRELEASEDIR/lib export JBCRELEASEDIR PATH LD_LIBRARY_PATH jDLS -ib Make the script executable and then add the full path to the script in '/etc/rc.local'. On Sat, Aug 20, 2016 at 2:33 AM, Sopheak CHHENG <[email protected]> wrote: > Dear All, > > Currently we are manual starting the jDLS with user root every server get > restarted. > > So now I looking for solution to start the jDLS every time server get > restarting. > > If you all having any document or steps to do, please sharing me. > > Thanks in advance. > > -- > -- > IMPORTANT: T24/Globus posts are no longer accepted on this forum. > > To post, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit this group at http://groups.google.com/ > group/jBASE?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "jBASE" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
