#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2011 OpenWrt.org

START=50

# XXX: miredo create a pid file but using it doesn't seem to work
#SERVICE_USE_PID=1

start() {
	service_start /usr/sbin/miredo
}

stop() {
	service_stop /usr/sbin/miredo
}