run process in startup

Steven Stern subscribed-lists at sterndata.com
Tue May 31 12:41:58 UTC 2005


Ahmed Abdel-Aliem wrote:
> hi
> i have installed a program which i want it to start each time when the
> system starts
> i dunno how to do this 
> can anyone help me and tell me what to edit ?
> here is the command i use to run the program from the terminal
> /usr/local/bin/noip2
> 
> thanks in advance
> 

crontab -e

add at the end

@reboot /usr/local/bin/noip2

-- 

    Steve




More information about the fedora-list mailing list