#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=99

start () {
	mount /dev/sda1 /mnt
	sidd
}

stop() {
	killall -9 sidd
}
