Too late I think.. but why not do something like this:
#!/bin/bash while true do if [ ! `pgrep firefox-bin` ];then firefox --kiosk fi sleep 5 done