Hi, On Fri, 20 Jun 2003, cem caglar wrote:
> I'm a newbie and I need to run my program everytime the linux starts up. > The program is mine, so it doesn't exist on the list of NTSYSV. Can I add it > to the list or run it another way? Let's assume that your program lies at /usr/sbin/myprogram Edit /etc/rc.local and write /usr/sbin/myprogram & Then your program will run everytime linux boots. The other solution(for ntsysv= is a bit complicated for a newbie. You should place the startup script in /etc/init.d and create symbolic links ro /etc/rcX.d, where X stands for the runlevel. Regards, -- Devrim GUNDUZ [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.tdmsoft.com http://www.gunduz.org -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list