Depending on the script placing it in /etc/init.d could work (with appropriate symlinks to /etc/rc.x) however does the script follwo standard behaviour for /etc/init.d scripts? (eg start, stop, restart, status.....) ....<br>
<br>If you just want the script/java file called you could just pop it into /etc/rc.local to run at the end of the start up sequence (you might need to & to background it) ... with the reminder that it will only run at startup then. To run it at other times you would need nohup <scriptname> & <br>
<br>that would prevent it ending when you log out or you close a terminal window (thus exiting the parent shell).<br><br><div class="gmail_quote">2009/12/7 Roland Roland <span dir="ltr"><<a href="mailto:R_O_L_A_N_D@hotmail.com">R_O_L_A_N_D@hotmail.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



<div style="padding-right: 10px; padding-left: 10px; padding-top: 15px;" name="Compose message area">
<div><font face="Arial" size="2">Hello,</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">I've just finished installing <a href="http://www.atlassian.com/software/bamboo/" target="_blank">Atlassian's bamboo 
</a></font></div>
<div><font face="Arial" size="2">it comes with two ways to start it up one through a 
bash shell script bamboo.sh</font></div>
<div><font face="Arial" size="2">and another through java script (this one is better 
as it has the ability to start up the service if it got shutdown for any 
reason)</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">so I'm wondering how can I set this service to 
start on boot..</font></div>
<div><font face="Arial" size="2">I know how to set a script on login in my profile 
though not on boot..</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">any suggestion?</font></div>
<div><font face="Arial" size="2">I've looked around about none interactive shells 
and so on.. so if I did a symbolic link from bamboo.sh script to /etc/init.d 
would that work?</font></div>
<div><font face="Arial" size="2">what about variables inside the script would they b 
read ? </font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">obviously a newbie here so appreciate any detailed 
explanation if possible about interactive/ none interactive shells and of course 
if theres an advice about how to solve this issue..</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">PS: trying to educate myself about linux along the 
way so any explanation would be greatly appreciated...</font></div>
<div> </div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2"></font> </div></div>
<br>_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
<br></blockquote></div><br>