#!/bin/sh /etc/rc.common

. /lib/functions.sh

START=10

start()
{
	/usr/lib/custom/custom.lua &
}
