Adding a application to run as a daemons
George Toft
plug-discuss@lists.plug.phoenix.az.us
Fri, 22 Nov 2002 14:12:05 -0500
Jon Monts wrote:
>
> I guess I should clarify this just a bit. I would like to have the
> application startup with the system and also be able stop and start the app.
> ~jon
Put the app in /etc/init.d, and put symlinks to it from
/etc/init.d/rc3.d (or whatever runlevel you want it to startup and
shutdown in).
Look at how any of your daemon programs are set up and model yours after
that.
George