Dreambox 500c / linux

Joined
23 Oct 2005
Messages
1,618
Reaction score
259
Location
Leeds
Country
United Kingdom
I have a dreambox 500c running some form of linux.

I could do with running a couple of commands as part of the start up of the box. Can anyone advise as to where I can put these commands so that they execute evert time th box starts ?
 
Sponsored Links
Usually you put any scripts in the /etc/rcx.d folders where x is the runlevel you wish to run that script under. Normally this would be 3.

The locations of these folders differ between distributions, the best way to check the locations of these folders is by looking in /etc/inittab, this should give you some idea of the directory structure.

You'll want to create a script that runs the commands you want, ensure it has executable permissions and then place this (or create a symbolic link) in /etc/rc3.d with the name Sxxname where x is the priority.
 
Sponsored Links
Back
Top