openwrtv3/package/mountd/files/mountd.init

12 lines
89 B
Bash
Executable file

#!/bin/sh /etc/rc.common
START=80
start()
{
/sbin/mountd
}
stop()
{
killall mountd
}