#!/bin/sh /etc/rc.common # Copyright (C) 2011 OpenWrt.org START=61 start() { service_start /bin/nmbd -D } stop() { service_stop /bin/nmbd }