Цитата
там его что то должно запустить?
Угу, системный процесс. init[rd] называется. А запускает он все из папки /etc/init.d/
Вот -
Цитата
The scripts for controlling the system are placed in /etc/init.d/ (they
have been moved according to the Linux Standard Base (LSB) specifica-
tion). These scripts are executed directly or indirectly by
/sbin/init, the father of all processes. The configuration of
/sbin/init is given by the file /etc/inittab (see inittab(5)).
At boot time, the boot level master script /etc/init.d/boot is called
to initialise the system (e.g. file system check, ...). It also exe-
cutes some hardware init scripts linked into /etc/init.d/boot.d/. Then
it calls /etc/init.d/boot.local, which executes the local commands.
After system startup, /sbin/init will normally switch on the default
run level given in /etc/inittab. It calls the run level master script
/etc/init.d/rc to start or stop services provided by the other scripts
under /etc/init.d/.
Both scripts, then boot level master script /etc/init.d/boot and the
the run level master script /etc/init.d/rc starts all other boot or
runlevel scripts either sequential or partial parallel within their
dependencies order.
To control the services of a run level, the corresponding scripts are
linked into run level directories /etc/init.d/rc<X>.d/, where
<X>=0,1,2,3,4,5,6,S is the run level number.
...
Это от SuSE. На embedded версии может быть устроенно по другому - надо смотреть доку от конкретной версии