|
From: Leif M. <le...@ta...> - 2003-11-29 06:39:27
|
Zaitsau Stanislau wrote: >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? > > There is nothing in the Wrapper to prevent you from using other tools to manage the startup. I personally don't have access to every possible platform however. As it says in the documentation, I would be happy to add additional documentation describing how to configure starup using these tools if users with access to them would explain the process and them hep verify the docs before I publish them. If any other users have knowledge of xinet.d, please post a followup. Cheers, Leif |