Re: starting a user defined daemon at linux startup.

2005-08-14 Thread P.Manohar
Thanks Sumit, I did it in the same way as ur first solution. it worked. On Sun, 14 Aug 2005, sumit kalra wrote: Hi Manohar, Yes, you need to put a scripts in /etc/rc.d/init.d which would invoke your daemon. You should provide options in this script to start/stop this daemon and fetch it's stat

Re: starting a user defined daemon at linux startup.

2005-08-13 Thread Jan-Benedict Glaw
On Sat, 2005-08-13 15:42:37 +0530, P.Manohar <[EMAIL PROTECTED]> wrote: > Hai > I want to start a daemon at startup in linux. > I came to know that we need to put a script into /etc/rc.d/init.d/ > similar to sshd or atd. Do we need to write a script to run my daemon? This isn't exactly a Linux k