Re: Adding a program in Startup

From: David Logan (djlogan2_at_comcast.net)
Date: 06/26/04


Date: Sat, 26 Jun 2004 00:28:24 GMT

Yogesh wrote:
> How to Add a program in Startup ? so it it can start Automatically at
> the start-up time .
> I want to create something similar to Service in Windows(My own),in
> Solaris.
> How can i do this (Using C Language)

Typically you add it to rc.local (or some form thereof.) Look in
/etc/rc.d or its equivalent, depending on which *nix you are running.

David Logan