#!/bin/sh echo "Munin-bitcoin starting..." mkdir -p /tmp/munin-web cat > /tmp/munin-web/index.html <

Munin-bitcoin

Service is running.

EOF echo "Starting web interface..." busybox httpd -f -p 80 -h /tmp/munin-web & while true do echo "Munin-bitcoin is running" sleep 300 done