e2 auto start incubus

donloko

Registered
Messages
36
have ipbox910 e2 flash version
can someone tell me how to make incubus auto boot with e2
now i always have to start it myself
 

k2k2000

Well Known Member
Messages
727
create a script in /var/etc
rename it to rcS_user.sh
chmod it to 755

example:
Code:
#!/bin/sh
sh /var/bin/incubus_camd.sh &
 

donloko

Registered
Messages
36
ok have try

hi have try making that fil don that
but no autostart


have rename mine ""incubusCamd.sh4_e2""
to ""incubus""

so have rename the autostart file also to

#!/bin/sh
sh /var/bin/incubus &

but nothing

can you post the file here or mail me it or so or tel me where to get it?
thnx
 

k2k2000

Well Known Member
Messages
727
edit your file with ultraedit ,d ont use notepad :)
Code:
#!/bin/sh
/var/bin/incubus &


copy file to /var/etc
 

ezflashback

Registered
Messages
3
first of all ... props to all of you great guys doin' this stuff!

how do i make it work with mgcamd?

can anyone please help?
 
Top