Revision b406ae66
Added by Scott Ullrich over 19 years ago
etc/rc | ||
---|---|---|
174 | 174 |
/usr/local/sbin/kbdcheck |
175 | 175 |
echo "done." |
176 | 176 |
|
177 |
# let the PHP-based configuration subsystem set up the system now |
|
178 |
/etc/rc.bootup |
|
179 |
|
|
180 | 177 |
echo -n Starting Secure Shell Services... |
181 | 178 |
/etc/sshd |
182 | 179 |
|
180 |
# let the PHP-based configuration subsystem set up the system now |
|
181 |
/etc/rc.bootup |
|
182 |
|
|
183 | 183 |
echo -n "Starting CRON... " |
184 | 184 |
/usr/sbin/cron 2>>/tmp/bootup_messages |
185 | 185 |
echo "done." |
Also available in: Unified diff
Start SSHD first