#!/bin/sh /etc/rc.common # Copyright (C) 2012-2013 OpenWrt.org START=90 start() { service_start freecwmpd } stop() { service_stop freecwmpd }