Re: run process in startup
From: Paul Howarth (paul_at_city-fan.org)
Date: 05/31/05
- Previous message: Steven W. Orr: "Re: run process in startup"
- In reply to: Ahmed Abdel-Aliem: "run process in startup"
- Next in thread: Steven Stern: "Re: run process in startup"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 31 May 2005 12:57:41 +0100 To: For users of Fedora Core releases <fedora-list@redhat.com>
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
Put the command you want to run in a script called:
/etc/rc.d/rc.local
The command should either run in the background or exit quickly, or you
won't be able to log in. So if the command does not background itself,
or exit after doing what it needs to do, put a "&" after the command to
run it in the background.
Example:
# echo '/usr/local/bin/noip2 &' >> /etc/rc.d/rc.local
# chmod +x /etc/rc.d/rc.local
Paul.
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
- Previous message: Steven W. Orr: "Re: run process in startup"
- In reply to: Ahmed Abdel-Aliem: "run process in startup"
- Next in thread: Steven Stern: "Re: run process in startup"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|