changed order of loading AXE modules (exclusive boot time), moved everything related to /lib/modules/axe

This commit is contained in:
Jaroslav Kysela
2015-04-09 20:33:19 +02:00
parent 3c9de865d1
commit edda1fc869
8 changed files with 20 additions and 25 deletions

View File

@@ -4,10 +4,5 @@
# it is respawned immediately on exit
#
while [ 1 ]; do
if [ -x /etc/init.d/satip ]; then
. /etc/init.d/satip
else
sleep 33554432
fi
done
echo | nc 127.0.0.1 1001
while test 1; do sleep 999999999; done