On Fri, Jan 27, 2006 at 05:54:15PM +0700, Tito Mari Francis Escaño wrote: > By default GCC is installed so I was about to compile my apps when I > was surprised not to find my old friend "/etc/rc.local". I'm not very > well versed in writing daemon startup scripts for "/etc/rc.d/init.d/" > in my old distro so I find "/etc/rc.local" a convenient way to start > it up fast without digging deep on daemon start and stop scripts. How > do I start custom compiled daemons in Debian? Any pointers please?
Although its use has been deprecated, you can continue to use /etc/rc.boot by creating the directory then creating any number of executable script inside it. As of Debian 3.1, the contents of /etc/rc.boot are still executed by /etc/init.d/rcS during startup. Alternatively, you can create a script in /etc/init.d, and then create rc?.d links to it using update-rc.d(8). --> Jijo -- Federico Sevilla III : jijo.free.net.ph : When we speak of free software GNU/Linux Specialist : GnuPG 0x93B746BE : we refer to freedom, not price. _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

