#!/bin/sh /etc/rc.common # Copyright (C) 2006-2011 OpenWrt.org START=50 STOP=50 start() { service_start /usr/sbin/rpc.mountd -r service_start /usr/sbin/rpc.nfsd } stop() { service_stop /usr/sbin/rpc.nfsd service_stop /usr/sbin/rpc.mountd -r }