#!/bin/bash

# Start the web server (httpd) on boot
busybox httpd -h /www -p 127.0.0.1:8081 &
