tksysv, ntsysv, chkconfig, Tomcat, and Ubuntu :-)

GilGalad ulist at gs1.ubuntuforums.org
Fri Feb 25 13:58:34 UTC 2005


Those seem instructions for redhat systems. Init scripts go in
/etc/init.d; that's right.

I am still exploring debian, but I think you need to look at
update-rc.d and use something like:


Code:
--------------------
    
  sudo update-rc.d tomcat4 start 99 2 3 4 5 . stop 99 0 1 6 .
  
--------------------


There are other tools like sysvconfig which lets you do this in a
ncurses interface.

Hope it helps.


-- 
GilGalad




More information about the ubuntu-users mailing list