PDA

View Full Version : Starting Terminal Server Deamon at start up



mbokoma
07-27-2004, 04:26 PM
Hallo averbody
I went to Linux Tag and got the Knoppix DVD, installed it on a machine and am running it as a terminal server. I would like to know how I can start the terminal server during start-up. Is there anybody who can help me here. I would allso apreciate it if somebodyjust direct me where I can manipulate the deamons that start at Sart-up. I just want it to start when the machine is rebooted by somebody who wotn know much on the terminal server.

Thanks for the help

shah
07-28-2004, 02:18 AM
All your daemon usually resides in /etc/rc*X.d (x=0-6,S)
You could run your terminal server as daemon in two ways:

1) Run root shell (konsole) and type this command:
update-rc.d knoppix-terminalserver defaults
*this will add symlink to knoppix-terminalserver automatically in your rc*X.

2) To have more control and gui, use sysV-init editor.

3) To remove your knoppix-terminalserver from running at boot time , run this command in root shell:
update-rc.d -f knoppix-terminalserver remove