Click to See Complete Forum and Search --> : Simple Debian Autostart app question


Gweedo
01-20-2001, 08:54 PM
Where is the file that autostarts at each boot up?

For example on my old drake machine it was located under etc/rc.d/rc/local.

Thanks

7
01-20-2001, 09:00 PM
Make a script with the command you want to start, (make it executable) stick it in /etc/rcS.d/. Make the first letter of its filename a S then a number, the higher the number the later it is started. Im sure youll see what i mean with the other files in that dir.
The scripts in /etc/rdS.d start at every boot.

rod
01-20-2001, 09:02 PM
You are looking for /etc/init.d. Take a look at this thread.

http://www.linuxnewbie.org/ubb/Forum1/HTML/014020.html

Regards,
Rod

7
01-20-2001, 09:20 PM
Yes he could put it in /etc/init.d then link to it.

[This message has been edited by 7 (edited 20 January 2001).]

veloctTX
01-21-2001, 11:19 AM
Also he could put it in /etc/rc.boot. One of the startup scripts rcS looks in there for any scripts.