iopsys-feed/samba3/files/samba-nmbd.init
2016-06-08 14:27:35 +02:00

12 lines
145 B
Bash

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