LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Start process at boot (https://www.linuxquestions.org/questions/ubuntu-63/start-process-at-boot-323733/)

frkstein 05-15-2005 12:17 PM

Start process at boot
 
I need to have mythbackend start as part of the boot process. Which file would I edit to add the necessary line to accomplish this feat?

salparadise 05-15-2005 01:53 PM

Add a symlink to the file you want to run into one of the /etc/rcX.d dirs.
For example, if you wanted it loaded at runlevel 5 put a symlink into /etc/rc5.d
rc3.d or rc5.d are the best places for this sort of task.

sudo ln -s /path/to/mythtv-backend /etc/rc5.d


All times are GMT -5. The time now is 07:48 AM.