# WiFi fixer # put this file in to /etc/init/apps directory description "WiFi fixer" author "Your name" stop on core_shutdown console none respawn respawn limit 3 300 normal exit 0 exec sh /path/to/your/script.sh &
exec echo rootme | devel-su -c "sh /path/to/your/script.sh"