[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] run level
- Subject: Re: [cobalt-users] run level
- From: Ricky Dhatt <ricky@xxxxxxx>
- Date: Sun Feb 25 11:17:44 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Wed, 14 Feb 2001, Chris Mason wrote:
> What run level does the cobalt raq3 run at?
3
> Where should I put the symlinks for initializing daemons?
Well the scripts should be physically located in /etc/rc.d/init.d/
and then the /etc/rc.X [1] directories contain symlinks to
/etc/rc.d/init.d/.
Many software installs come with a way of automating your run level
settings. For example, when I built openssh from source, it came with a
sshd.init file. I copied that file to /etc/rc.d/init.d/ and then ran the
command "/sbin/chkconfig --add sshd.init". The sshd.init file tells
chkconfig the appropriate rc.X directories to put the symlinks in. See man
chkconfig for more details.
--Ricky Dhatt
IT Specialist
Electric Arrow Web Development Studio
Phone: 206-381-5853
[1] where X is a number 0-6