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

START=50

reload() {
	/usr/lib/lua/modem_detect.lua
}

boot() {
	/usr/lib/lua/modem_detect.lua
}

start() {
	/usr/lib/lua/modem_detect.lua
}

stop() {
	/usr/lib/lua/modem_detect.lua
}
