1

Temat: automatyczny start netio po resecie

Witam
Chciałem aby netio automatycznie uruchamiał sie w trybie serwera po starcie routera.
Umieściłem nastepujący wpis w /etc/rc.local

# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
netio -s &
exit 0

dlaczego na liscie procesow mam kilka uruchomionych netio?

 ...
 1138 root      2132 S    nmbd -D
 1141 root      1148 S    netio -s
 1145 root      1148 S    netio -s
 1146 root      1148 S    netio -s
 1147 root      1148 S    netio -s
 1148 root      1148 S    netio -s
 1152 root      1368 S    watchdog -t 5 /dev/watchdog
 1155 root      1372 S    -ash
 1160 root      1364 R    ps

Jak "ładnie"uruchomic netio po starcie systemu?

2

Odp: automatyczny start netio po resecie

Jeżeli netio się sam forkuje dla swoich potrzeb to tak będzie, bo tak mu być. Robi tak netio?

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

3

Odp: automatyczny start netio po resecie

Ale jak netio uruchomie z palca to mam tylko jeden proces a jak z rc.local to 4 lub 5 procesów.