On Fri, 14 May 2004 11:58:35 -0400 (EDT) Ishwar Rattan <[EMAIL PROTECTED]> wrote:
How does one start local services? I run ssh daemon after boot using
#/etc/init.d/ssh start
is there way to execute a /etc/rc.local file as the last step in boot process?
Any ideas?
-ishwar
http://www.debian.org/doc/manuals/reference/ch-system.en.html#s-boot
you need to start the ssh daemon, so # /etc/init.d/sshd start
you might want to put ssh in one of your init scripts so that it starts when the computer does; for this you'll want to look at the documentation.
-- David Piniella University of Miami
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]