Ok,
So I would like an example please... Please take a look at the following situation:
Emu 1 => Evocamd with NewCS
Emu 2 => Camx with server
Files in /var/bin are:
camx
evocamd
newcs.ppc
server
In the directory /var/tuxbox/config I complete the following commands:
Code:
touch .cserver
touch .server
In the directory /var/bin I complete the following commands:
Code:
ln -s newcs.ppc cardserver
How do I fill the emulis.xml? Like this?
Code:
<emu text="Evocamd & NewCS" name="evocamd" emudemon="/var/bin/cardserver" emuextra="/var/bin/evocamd" emuhelper="" />
<emu text="CamX" name="camx" emudemon="/var/bin/server" emuextra="/var/bin/camx" emuhelper="" />
Is it possible to use a 'sleep' in between starting NewCS and Evocamd? Using a script called /var/bin/cardserver (calling files /var/bin/newcs.ppc and evocamd_204 for instance) is not an option I guess, since the 'kill' would then only kill the script, not the emu?
And is it possible to call 2 d
aemons

? Like cardserv and cardspider together?
Thank you!
Anakin