#!/bin/sh /etc/rc.common # Ser2Net Init Script START=10 STOP=15 start() { ser2net } stop(){ killall ser2net }