openwrt_archive/ipv6/dibbler/files/dibbler.init
2010-07-17 12:45:42 +00:00

14 lines
138 B
Bash

#!/bin/sh /etc/rc.common
START=90
STOP=90
start() {
mkdir -p /var/lib/dibbler
dibbler-server start
}
stop() {
dibbler-server stop
}