Hi guys, another problem here.
My amuled plays the sound file now on sound completion, BUT:
It produces zombies now. when it has executed my success.sh script, it remains as zombie in the prozess list. So when amule completes 10 downloads, top reports 10 success.sh zombies. here is my success.sh:
#!/bin/bash
/usr/bin/play /home/janga/.soundz/success.wav
exit
so what is my mistake?