|
From: Zaitsau S. <SZ...@be...> - 2003-11-28 09:40:52
|
Hi Folks! I've got the next trouble with Java Service Wrapper: I need to install it so it starts on reboot at different linux distr's. There is no problem with creating link in /etc/init.d, but but the = trouble is in setting runlevel on debian it: update-rc.d myapp start 20 2 3 4 5 . stop 20 0 1 6 . on redhat something like: chkconfig --level 345 services_name etc. Could I do it with xinet.d or not? Please advice. |