Bootlocal.sh

From DSL Wiki

   This page in other languages: Español, Deutsch, Русский

/opt/bootlocal.sh

bootlocal.sh can be compared to DOS' autoexec.bat. You add (non X programs, for X apps, use .xinitrc) commands that you want to start at boot here.

Here is the default content (DSL 1.5).

#!/bin/bash
# put other system startup command here
/sbin/syslogd
loadkeys </path/to/your/selected/keymap>

For example, if I wanted to start the Monkey Web Server and sshd, I would add these two lines to the bottom.

/usr/sbin/sshd 
/opt/monkey/bin/banana start

Links

Xinitrc.xinitrc